소스 검색

Add NEWS item about collections.abc.

Jelmer Vernooij 6 년 전
부모
커밋
cfca644f2c
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      NEWS

+ 4 - 0
NEWS

@@ -8,6 +8,10 @@
  * Support reading ``MERGE_HEADS`` in ``Repo.do_commit``.
    (Jelmer Vernooij)
 
+ * Import from ``collections.abc`` rather than ``collections`` where
+   applicable. Required for 3.8 compatibility.
+   (Jelmer Vernooij)
+
 0.19.9	2018-11-17
 
  BUG FIXES