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:
Facundo Batista 2008-06-21 17:43:56 +00:00
parent 8e1c52ac0e
commit 2da91c375b
4 changed files with 17 additions and 2 deletions

View file

@ -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