Sfoglia il codice sorgente

Add credit for with statement change.

Jelmer Vernooij 8 anni fa
parent
commit
57e015fdc0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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