Przeglądaj źródła

Add credit for with statement change.

Jelmer Vernooij 8 lat temu
rodzic
commit
57e015fdc0
1 zmienionych plików z 1 dodań i 1 usunięć
  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