Change by Mathew M. :
--
pull_requests: +10473
___
Python tracker
<https://bugs.python.org/issue32077>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Mathew M. :
--
keywords: +patch
pull_requests: +4407
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue32077>
___
___
Python-
New submission from Mathew M. :
This is just something I've noticed when browsing the C API documentation for
Unicode objects.
For example, the documentation entry for PyUnicode_DecodeMBCSStateful lacks the
"Return value: New reference", etc.
--
assignee: docs@py
Change by Mathew M. :
--
keywords: +patch
pull_requests: +4339
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue32020>
___
___
Python-
New submission from Mathew M. :
Similar to issue 32013, just in a different location.
For reference:
https://github.com/python/cpython/blob/28b624825eb92cb8c96fbf8da267d8d14a61a841/Modules/arraymodule.c#L1932
--
components: Extension Modules
messages: 306183
nosy: Mathew M.
priority
Change by Mathew M. :
--
keywords: +patch
pull_requests: +4331
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue32013>
___
___
Python-
New submission from Mathew M. :
Hey there! I'm fairly new to the development process for Python, so I figured
I'd start off with something tiny and then work on up from there. I'm not sure
if this sort of minor fix warrants an issue being created, but I made this just
to err o