Issue #14936: curses_panel was converted to PEP 3121 API.

Patch by Robin Schreiber.
This commit is contained in:
Martin v. Löwis 2012-06-14 16:00:24 +02:00
parent 474eb23b7f
commit c838ec1f82
2 changed files with 45 additions and 12 deletions

View file

@ -21,6 +21,9 @@ Core and Builtins
Library
-------
- Issue #14936: curses_panel was converted to PEP 3121 API.
Patch by Robin Schreiber.
- Issue #1667546: On platforms supporting tm_zone and tm_gmtoff fields
in struct tm, time.struct_time objects returned by time.gmtime(),
time.localtime() and time.strptime() functions now have tm_zone and