Explorar el Código

Add credit for with statement change.

Jelmer Vernooij hace 8 años
padre
commit
57e015fdc0
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