mirror of
https://github.com/python/cpython.git
synced 2025-11-19 02:39:15 +00:00
#17198: Fix a NameError in the dbm module. Patch by Valentina Mukhamedzhanova.
This commit is contained in:
parent
331c3fd874
commit
b08495bbcf
3 changed files with 24 additions and 2 deletions
|
|
@ -41,6 +41,9 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #17198: Fix a NameError in the dbm module. Patch by Valentina
|
||||
Mukhamedzhanova.
|
||||
|
||||
- Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form.
|
||||
|
||||
- Issue #18347: ElementTree's html serializer now preserves the case of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue