[issue29975] Issue in extending documentation

2017-04-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: I agree with the rejection on the PR. -- nosy: +terry.reedy resolution: -> not a bug stage: -> resolved status: open -> closed type: -> behavior ___ Python tracker _

[issue29975] Issue in extending documentation

2017-04-03 Thread Roundup Robot
Changes by Roundup Robot : -- pull_requests: +1156 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue29975] Issue in extending documentation

2017-04-03 Thread Martin Panter
Martin Panter added the comment: FWIW I don’t see any error in the first quote. “Should X happen, Y happens” is valid English. Though I admit this kind of grammar is not used that often. If it is too hard to understand, it should be okay to change it to “If it becomes a danging pointer, . . .”

[issue29975] Issue in extending documentation

2017-04-03 Thread Namjun Kim
New submission from Namjun Kim: https://docs.python.org/3.7/extending/extending.html "Should it become a dangling pointer, C code which raises the exception could cause a core dump or other unintended side effects." The typo error in this sentence. "If it become a dangling pointer, C code whi