[issue38600] Change the mark up of NULL

2019-10-31 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue38600] Change the mark up of NULL

2019-10-30 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 951b6c314a8567be3b5d901059fde866c79f5ff0 by Serhiy Storchaka in branch '3.7': [3.7] bpo-38600: NULL -> ``NULL``. (GH-17001) (GH-17004) https://github.com/python/cpython/commit/951b6c314a8567be3b5d901059fde866c79f5ff0 --

[issue38600] Change the mark up of NULL

2019-10-30 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 2c921c65e9d0aa7e3a38c96a22d5eec56724da72 by Serhiy Storchaka in branch '3.8': [3.8] bpo-38600: NULL -> ``NULL``. (GH-17001) (GH-17003) https://github.com/python/cpython/commit/2c921c65e9d0aa7e3a38c96a22d5eec56724da72 --

[issue38600] Change the mark up of NULL

2019-10-30 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +16531 pull_request: https://github.com/python/cpython/pull/17004 ___ Python tracker ___

[issue38600] Change the mark up of NULL

2019-10-30 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +16530 pull_request: https://github.com/python/cpython/pull/17003 ___ Python tracker ___

[issue38600] Change the mark up of NULL

2019-10-30 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset e835b31d2b212c3c7820364398979cae2a9740b2 by Serhiy Storchaka in branch 'master': bpo-38600: NULL -> ``NULL``. (GH-17001) https://github.com/python/cpython/commit/e835b31d2b212c3c7820364398979cae2a9740b2 -- __

[issue38600] Change the mark up of NULL

2019-10-30 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset f2ba17be2aec873741c2d8a55b1342afa360aec2 by Serhiy Storchaka in branch '3.8': [3.8] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) (GH-16999) https://github.com/python/cpython/commit/f2ba17be2aec873741c2d8a55b134

[issue38600] Change the mark up of NULL

2019-10-30 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 7f7f986cc485c40d80bae504333e3946ce9e96ba by Serhiy Storchaka in branch '3.7': [3.7] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) (GH-17000) https://github.com/python/cpython/commit/7f7f986cc485c40d80bae504333e3

[issue38600] Change the mark up of NULL

2019-10-30 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +16528 pull_request: https://github.com/python/cpython/pull/17001 ___ Python tracker ___

[issue38600] Change the mark up of NULL

2019-10-30 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +16527 pull_request: https://github.com/python/cpython/pull/17000 ___ Python tracker ___

[issue38600] Change the mark up of NULL

2019-10-30 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +16526 pull_request: https://github.com/python/cpython/pull/16999 ___ Python tracker ___

[issue38600] Change the mark up of NULL

2019-10-30 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 25fc088607c855060ed142296dc1bd0125fad1af by Serhiy Storchaka in branch 'master': bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) https://github.com/python/cpython/commit/25fc088607c855060ed142296dc1bd0125fad1af -

[issue38600] Change the mark up of NULL

2019-10-28 Thread hai shi
hai shi added the comment: Ok, it's fine to me. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue38600] Change the mark up of NULL

2019-10-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Yes of course, but I'll fix them in a separate PR. PR 16950 is mostly automatic replacements. -- ___ Python tracker ___ __

[issue38600] Change the mark up of NULL

2019-10-28 Thread hai shi
hai shi added the comment: In 'If *exc* is *NULL*, then the exception is cleared and the value is clipped to *PY_SSIZE_T_MIN* for a negative integer or *PY_SSIZE_T_MAX* for a positive integer.', should PY_SSIZE_T_MIN and PY_SSIZE_T_MAX be changed too? -- nosy: +shihai1991

[issue38600] Change the mark up of NULL

2019-10-27 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +16478 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16950 ___ Python tracker ___

[issue38600] Change the mark up of NULL

2019-10-27 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : Currently NULL is mostly marked up as *NULL* in the C API documentation (although it is marked up as ``NULL`` outside of the C API documentation). It is rendered with italic font as function parameters and contradicts with formatting other macros and con