X Tutup
The Wayback Machine - https://web.archive.org/web/20200127125835/https://github.com/python/cpython/pull/1/commits
Skip to content
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

Support "bpo-" in Misc/NEWS #1

Merged
merged 3 commits into from Feb 10, 2017
Merged

Support "bpo-" in Misc/NEWS #1

merged 3 commits into from Feb 10, 2017
Commits on Feb 10, 2017
  1. Support "bpo-" in Misc/NEWS

    brettcannon committed Feb 10, 2017
  2. Fix up the match and substitution regexes

    brettcannon committed Feb 10, 2017
    Make the prefix match non-capturing and fix a bug where a backslash was left into the substitution.
  3. Address reviewer comments

    brettcannon committed Feb 10, 2017
You can’t perform that action at this time.
X Tutup