mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
fix isprintable() on space characters #5126
This commit is contained in:
parent
59406a9d85
commit
09832740d1
4 changed files with 952 additions and 947 deletions
|
@ -12,6 +12,8 @@ What's New in Python 3.1 alpha 2?
|
|||
Core and Builtins
|
||||
-----------------
|
||||
|
||||
- Issue #5126: str.isprintable() returned False for space characters.
|
||||
|
||||
- Issue #4688: Add a heuristic so that tuples and dicts containing only
|
||||
untrackable objects are not tracked by the garbage collector. This can
|
||||
reduce the size of collections and therefore the garbage collection overhead
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue