We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Mariatta needs a utility function for her blurb-on-the-web project. The function should be something like:
def format_blurb_filename(section, bpo_no, body, date=None)
and it should return the filename relative to the Python root.
The text was updated successfully, but these errors were encountered:
Thanks Larry, so actually I will need the filename returned with out the slash in front. So just Misc/News.d/.....
Misc/News.d/....
Sorry, something went wrong.
larryhastings
No branches or pull requests
Mariatta needs a utility function for her blurb-on-the-web project. The function should be something like:
def format_blurb_filename(section, bpo_no, body, date=None)
and it should return the filename relative to the Python root.
The text was updated successfully, but these errors were encountered: