This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Scott Stevens
Recipients Arfrever, BTaskaya, Scott Stevens, barry, carsten.klein@axn-software.de, eric.araujo, ezio.melotti, georg.brandl, larry, mark.dickinson, pablogsal, r.david.murray, rhettinger, serhiy.storchaka, terry.reedy
Date 2021-06-29.12:19:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624969167.23.0.143528828611.issue16801@roundup.psfhosted.org>
In-reply-to
Content
I'm now seeing docs.python.org has regressed. For 3.9, calls present their defaults in octal, in 3.10 (beta), they're presented in decimal.

https://docs.python.org/3.10/library/pathlib.html#pathlib.Path.touch

https://docs.python.org/3.10/library/os.html#os.mkdir

Not sure if this is the right issue to be mentioning it on; if not, please let me know so I can file another issue.
History
Date User Action Args
2021-06-29 12:19:27Scott Stevenssetrecipients: + Scott Stevens, barry, georg.brandl, rhettinger, terry.reedy, mark.dickinson, larry, ezio.melotti, eric.araujo, Arfrever, r.david.murray, carsten.klein@axn-software.de, serhiy.storchaka, pablogsal, BTaskaya
2021-06-29 12:19:27Scott Stevenssetmessageid: <1624969167.23.0.143528828611.issue16801@roundup.psfhosted.org>
2021-06-29 12:19:27Scott Stevenslinkissue16801 messages
2021-06-29 12:19:27Scott Stevenscreate