summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ce4874a..38449c0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -376,6 +376,9 @@ Extension Modules
Library
-------
+- bpo-30119: ftplib.FTP.putline() now throws ValueError on commands that contains
+ CR or LF. Patch by Dong-hee Na.
+
- bpo-30879: os.listdir() and os.scandir() now emit bytes names when called
with bytes-like argument.