mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
#3911 FTP.makeport was giving bad port numbers
reviewed by Benjamin and Antoine
This commit is contained in:
parent
be17a11721
commit
3a53fbbfcf
3 changed files with 4 additions and 2 deletions
|
@ -22,6 +22,8 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #3911: ftplib.FTP.makeport() could give invalid port numbers.
|
||||
|
||||
- Issue #3929: When the database cannot be opened, dbm.open() would incorrectly
|
||||
raise a TypeError: "'tuple' object is not callable" instead of the expected
|
||||
dbm.error.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue