mirror of
https://github.com/python/cpython.git
synced 2026-04-10 13:50:51 +00:00
Fix accidental non-breakable space (U+00A0).
This commit is contained in:
parent
ec02217f4c
commit
c12dcd2e4d
1 changed files with 1 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ Library
|
|||
- Issue #15505: `unittest.installHandler` no longer assumes SIGINT handler is
|
||||
set to a callable object.
|
||||
|
||||
- Issue #17051: Fix a memory leak in os.path.isdir() on Windows. Patch by
|
||||
- Issue #17051: Fix a memory leak in os.path.isdir() on Windows. Patch by
|
||||
Robert Xiao.
|
||||
|
||||
- Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue