diff options
author | delirious-lettuce <delirious.lettuce@gmail.com> | 2017-05-22 17:16:53 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2017-05-22 17:16:53 (GMT) |
commit | 374e57d92870d16fe9d0bcdacd9bb417fd71b4fd (patch) | |
tree | bb0fb6661a9637af8d9b5ccd0f989aa69f444da5 /Misc | |
parent | 6e1b832a6c0c8f32962a196ab631ccc17471d32b (diff) | |
download | cpython-374e57d92870d16fe9d0bcdacd9bb417fd71b4fd.zip cpython-374e57d92870d16fe9d0bcdacd9bb417fd71b4fd.tar.gz cpython-374e57d92870d16fe9d0bcdacd9bb417fd71b4fd.tar.bz2 |
[2.7] Fix typos in multiple `.rst` files (GH-1668) (#1707)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1225,15 +1225,15 @@ Library - Issue #24091: Fixed various crashes in corner cases in cElementTree. -- Issue #15267: HTTPConnection.request() now is compatibile with old-style +- Issue #15267: HTTPConnection.request() now is compatible with old-style classes (such as TemporaryFile). Original patch by Atsuo Ishimoto. - Issue #20014: array.array() now accepts unicode typecodes. Based on patch by Vajrasky Kok. -- Issue #23637: Showing a warning no longer fails with UnicodeErrror. +- Issue #23637: Showing a warning no longer fails with UnicodeError. Formatting unicode warning in the file with the path containing non-ascii - characters no longer fails with UnicodeErrror. + characters no longer fails with UnicodeError. - Issue #24134: Reverted issue #24134 changes. @@ -1974,7 +1974,7 @@ Library sequence is used on some terminal (ex: TERM=xterm-256color") to enable support of 8 bit characters. -- Issue #22017: Correct reference counting errror in the initialization of the +- Issue #22017: Correct reference counting error in the initialization of the _warnings module. - Issue #21868: Prevent turtle crash when undo buffer set to a value less @@ -2907,7 +2907,7 @@ Library - Issue #11973: Fix a problem in kevent. The flags and fflags fields are now properly handled as unsigned. -- Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. +- Issue #16809: Fixed some tkinter incompatibilities with Tcl/Tk 8.6. - Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj argument. |