Explorar el Código

Add credit for with statement change.

Jelmer Vernooij hace 9 años
padre
commit
22e097061e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      NEWS

+ 1 - 1
NEWS

@@ -8,7 +8,7 @@
  API CHANGES
 
   * Repo is now a context manager, so that it can be easily
-    closed using a ``with`` statement.
+    closed using a ``with`` statement. (Søren Løvborg)
 
  TEST FIXES