Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a3d461f

Browse filesBrowse files
arhadthedevezio-melottiCAM-Gerlach
authored
Loosen README check for CPython forks (#473)
* Loosen README check for CPython forks * Update blurb/blurb.py Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> * Update blurb/blurb.py Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> --------- Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
1 parent 8eb8d10 commit a3d461f
Copy full SHA for a3d461f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎blurb/blurb.py

Copy file name to clipboardExpand all lines: blurb/blurb.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ def run(s):
701701
return process.stdout.decode('ascii')
702702

703703

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

706706
def chdir_to_repo_root():
707707
global root

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.