[issue18953] Typo in NEWS about fixed format specifiers for Py_ssize_t in debugging output in the _sre module
New submission from Vajrasky Kok: File Misc/NEWS, line 65 & 66: - Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in the _sre moduel. "moduel" => "module" Related commit: http://hg.python.org/cpython/rev/c41c68a18bb6 ---------- assignee: docs@python components: Documentation messages: 197134 nosy: docs@python, serhiy.storchaka, vajrasky priority: normal severity: normal status: open title: Typo in NEWS about fixed format specifiers for Py_ssize_t in debugging output in the _sre module versions: Python 3.4 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18953> _______________________________________
Roundup Robot added the comment: New changeset c08e92529f62 by Serhiy Storchaka in branch '3.3': Fix a typo. (closes #18953) http://hg.python.org/cpython/rev/c08e92529f62 New changeset 9dc5bdab157e by Serhiy Storchaka in branch 'default': Fix a typo. (closes #18953) http://hg.python.org/cpython/rev/9dc5bdab157e New changeset 6ecdf5de6252 by Serhiy Storchaka in branch '2.7': Fix a typo. (closes #18953) http://hg.python.org/cpython/rev/6ecdf5de6252 ---------- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18953> _______________________________________
Serhiy Storchaka added the comment: Thank you Vajrasky. Actually there was no need to open a new issue for such minor bug. You can report on the same issue which caused this bug. I'm afraid there are a lot of more grave syntax and grammatic errors in my Misc/NEWS entries. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18953> _______________________________________
participants (3)
-
Roundup Robot
-
Serhiy Storchaka
-
Vajrasky Kok