MCPcopy Index your code
hub / github.com/python/cpython / reported_news

Function reported_news

Tools/patchcheck/patchcheck.py:180–183  ·  view source on GitHub ↗

Check if Misc/NEWS.d has been changed.

(file_paths)

Source from the content-addressed store, hash-verified

178
179@status("Misc/NEWS.d updated with `blurb`", modal=True)
180def reported_news(file_paths):
181 """Check if Misc/NEWS.d has been changed."""
182 return any(p.startswith(os.path.join('Misc', 'NEWS.d', 'next'))
183 for p in file_paths)
184
185
186@status("configure regenerated", modal=True, info=str)

Callers 1

mainFunction · 0.85

Calls 3

anyFunction · 0.50
startswithMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…