mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Fixed issue #2888. Now the behaviour of pprint when working with nested
structures follows the common sense (and works like in 2.5 and 3.0).
This commit is contained in:
parent
8e1c52ac0e
commit
2da91c375b
4 changed files with 17 additions and 2 deletions
|
@ -108,6 +108,10 @@ Extension Modules
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #2888: Fixed the behaviour of pprint when working with nested
|
||||
structures, to match the behaviour of 2.5 and 3.0 (now follows the common
|
||||
sense).
|
||||
|
||||
- Issue #3136: fileConfig()'s disabling of old loggers is now conditional via
|
||||
an optional disable_existing_loggers parameter, but the default value is
|
||||
such that the old behaviour is preserved. Thanks to Leandro Lucarella for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue