Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 04ea84a

Browse files
committed
Fix an incomplete merge of Misc/NEWS
1 parent 71b4192 commit 04ea84a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Misc/NEWS

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Library
2626
- Issue #20995: Enhance default ciphers used by the ssl module to enable
2727
better security an prioritize perfect forward secrecy.
2828

29+
- Issue #20884: Don't assume that __file__ is defined on importlib.__init__.
30+
2931
- Issue #20627: xmlrpc.client.ServerProxy is now a context manager.
3032

3133
- Issue #19165: The formatter module now raises DeprecationWarning instead of
@@ -43,9 +45,6 @@ Library
4345

4446
- Issue #20574: Implement incremental decoder for cp65001 code (Windows code
4547
page 65001, Microsoft UTF-8).
46-
=======
47-
- Issue #20884: Don't assume that __file__ is defined on importlib.__init__.
48-
>>>>>>> other
4948

5049
- Issue #20879: Delay the initialization of encoding and decoding tables for
5150
base32, ascii85 and base85 codecs in the base64 module, and delay the

0 commit comments

Comments
 (0)