8000 Fix non-matching bracket pairs by mohamadmansourX · Pull Request #28473 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Fix non-matching bracket pairs #28473

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 13 commits into from
Sep 21, 2021
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
Next Next commit
Update Misc/NEWS.d/next/Build/2021-09-09-16-45-26.bpo-45067.mFmY92.rst
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
  • Loading branch information
mohamadmansourX and terryjreedy authored Sep 20, 2021
commit ddad1bceacfea71291cccf0e2262663662f6ae77
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
The ncurses function extended_color_content was introduced in 2017.
The ncurses function extended_color_content was introduced in 2017

(https://invisible-island.net/ncurses/NEWS.html#index-t20170401) The
ncurses-devel package in CentOS 7 had a older version ncurses resulted in
compilation error. For compiling ncurses with extended color support, we
Expand Down
0