summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMariatta <Mariatta@users.noreply.github.com>2017-06-16 02:38:12 (GMT)
committerGitHub <noreply@github.com>2017-06-16 02:38:12 (GMT)
commit820b71464c2c0e8cca1abfb5dfe47fa7f7ffec75 (patch)
treeb694efafd9e79469c8b08b31483c5f6825f299bb /Misc/NEWS
parent0b13f58497d3a36d062c3b3b827abb05db5afbc1 (diff)
downloadcpython-820b71464c2c0e8cca1abfb5dfe47fa7f7ffec75.zip
cpython-820b71464c2c0e8cca1abfb5dfe47fa7f7ffec75.tar.gz
cpython-820b71464c2c0e8cca1abfb5dfe47fa7f7ffec75.tar.bz2
[email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-595) (GH-2234)
If max_line_length=None is specified while using the Compat32 policy, it is no longer ignored.. (cherry picked from commit b459f7482612d340b88b62edc024628595ec6337)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b6bab9b..9ed427d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,6 +48,9 @@ Core and Builtins
- Issue #29337: Fixed possible BytesWarning when compare the code objects.
Warnings could be emitted at compile time.
+- bpo-29478: If max_line_length=None is specified while using the Compat32 policy,
+ it is no longer ignored. Patch by Mircea Cosbuc.
+
Extension Modules
-----------------