Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Loosen README check for CPython forks #473

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
Mar 5, 2023
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
Next Next commit
Loosen README check for CPython forks
  • Loading branch information
arhadthedev committed Jul 24, 2022
commit 2bc1d4a99a1ac5893e4bf3af74dff2355ec296cc
2 changes: 1 addition & 1 deletion blurb/blurb.py
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ def run(s):
return process.stdout.decode('ascii')


readme_re = re.compile(r"This is Python version [23]\.\d").match
readme_re = re.compile(r"This is \w+thon version [23]\.\d").match

def chdir_to_repo_root():
global root
Expand Down