10000 [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy by mircea-cosbuc · Pull Request #595 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[email] bpo-29478: Fix passing max_line_length=None from Compat32 policy #595

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 12, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Misc/NEWS
  • Loading branch information
mircea-cosbuc committed Jun 12, 2017
commit c742f6ee378fdff244c741e157409bb1bf5f9b05
3 changes: 3 additions & 0 deletions Misc/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ Core and Builtins

- bpo-29546: Improve from-import error message with location

- bpo-29478: If max_line_length=None is specified while using the Compat32 policy,
it is no longer ignored. Patch by Mircea Cosbuc.

- Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].

- Issue #29337: Fixed possible BytesWarning when compare the code objects.
Expand Down
0