Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
gh-136710: posixmodule.c: fixchdir
docstring#136709
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
Fixes the following issue:```>>> from docutils.core import publish_doctree>>> from posix import chdir>>> publish_doctree(chdir.__doc__)<string>:5: (ERROR/3) Unexpected indentation.```
chdir
docstringchdir
docstringkailando commentedJul 16, 2025
Hmm... You may have to update it. At
|
This reverts commitea6d10b.
Misc/NEWS.d/next/Documentation/2025-07-16-13-28-30.gh-issue-136710.NrGnSZ.rst OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
thanks for directly pushing |
bde808a
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Sorry,@haampie and@zware, I could not cleanly backport this to
|
Sorry,@haampie and@zware, I could not cleanly backport this to
|
…ythonGH-136709)(cherry picked from commitbde808a)Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
…ythonGH-136709)(cherry picked from commitbde808a)Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
Uh oh!
There was an error while loading.Please reload this page.
Fixes the following issue:
os.chdir
docstring is invalid rst #136710