← 返回首页
Rename Doc/README.txt to Doc/README.rst · Pull Request #18 · python/cpython · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

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

Provide feedback

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

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Rename Doc/README.txt to Doc/README.rst#18

Closed
ghost wants to merge 7 commits into
masterfrom
unknown repository
Closed

Rename Doc/README.txt to Doc/README.rst#18
ghost wants to merge 7 commits into
masterfrom
unknown repository

Conversation

ghost commented Feb 11, 2017
edited by ghost
Loading

Copy link
Copy Markdown

I have simply updated the document and its references to README.rst (thanks to whoever formatted it).

Copy link
Copy Markdown

Hello, and thanks for your contribution!

I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA).

Unfortunately our records indicate you have not signed the CLA. For legal reasons we need you to sign this before we can look at your contribution. Please follow these steps to rectify the issue:

  1. Sign the PSF contributor agreement
  2. Wait at least a day and then check "Your Details" on bugs.python.org to see if your account has been marked as having signed the CLA (the delay is due to a person having to manually check your signed CLA)
  3. Reply here saying you have completed the above steps

Thanks again to your contribution and we look forward to looking at it!

ghost changed the title Rename README.txt to README.rst Rename Doc/README.txt to Doc/README.rst Feb 11, 2017

ghost commented Feb 11, 2017

Copy link
Copy Markdown
Author

I have signed the CLA, so the PR will take a day for approval

methane commented Feb 11, 2017

Copy link
Copy Markdown
Member

@rogersachan master branch already renamed README.txt -> README.rst
Please rebase your branch.

ghost commented Feb 11, 2017

Copy link
Copy Markdown
Author

I accidentally merged and destroyed this PR, so I'll close it now.

P.S. The extra option next to the merge button would have let you rebase it but ¯_(ツ)_/¯

ghost closed this Feb 11, 2017

Copy link
Copy Markdown
Contributor

Hi @rogersachan,

Thanks for the PR. It's common practice in open source for the contributor to rebase their submission instead of the maintainer doing it. By the contributor doing the rebase, it makes things more efficient for multiple reviewers. 👍

paulmon added a commit to paulmon/cpython that referenced this pull request Jan 10, 2019
nanjekyejoannah added a commit to nanjekyejoannah/cpython that referenced this pull request Feb 1, 2023
18: Warn for encode and decode in base64 r=ltratt a=nanjekyejoannah Add warnings for the base module. **Notes:** ``` py2.x >>> import base64 >>> from base64 import decodestring >>> py3.x: >>> import base64 >>> from base64 import decodestring Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: cannot import name 'decodestring' from 'base64' (/usr/local/Cellar/python@3.9/3.9.12_1/ Frameworks/Python.framework/Versions/3.9/lib/python3.9/ base64.py) ``` Co-authored-by: Joannah Nanjekye <jnanjekye@python.org>
oraluben pushed a commit to oraluben/cpython that referenced this pull request Jun 25, 2023
* fix: off by one error in forward jump calculation * Test: fixed test for python#18 * test: remove broken test --------- Co-authored-by: Jules <julia.poo.poo.poo@gmail.com>
pablogsal pushed a commit to DinoV/cpython that referenced this pull request Oct 25, 2025
Fix eager imports in try/except in global mode
Eclips4 pushed a commit to Eclips4/cpython that referenced this pull request Jan 1, 2026
serhiy-storchaka added a commit that referenced this pull request Jun 25, 2026
Implement set difference [A--B], intersection [A&&B] and union [A||B] in regular expression character classes (Unicode Technical Standard #18), including nested, complemented and compound set operands. Symmetric difference [A~~B] remains reserved. Also use the new syntax in the standard library (_strptime, textwrap, doctest, pkgutil). Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This pull request was closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Footer

© 2026 GitHub, Inc.