[issue10716] Modernize pydoc to use better HTML and separate CSS

2019-03-23 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks @aroberge for the patch and your efforts on improving it https://aroberge.blogspot.com/2015/01/scratching-itch-improving-pydoc.html -- ___ Python tracker _

[issue36413] Brief Tour of the Standard Library — Part II example problem

2019-03-23 Thread Raymond Hettinger
Change by Raymond Hettinger : -- assignee: docs@python -> rhettinger nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list m

[issue36413] Brief Tour of the Standard Library — Part II example problem

2019-03-23 Thread Raymond Hettinger
Raymond Hettinger added the comment: Thank you for the suggestion, but the point of having the input() is that the end user can select their own rename style with arbitrary text and either including or excluding possible data substitutions of their own choice. The photo processing software I

[issue13850] Summary tables for argparse add_argument options

2019-03-23 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: I close my PR, if anyone wants to submit an other PR, feel free to do it. -- ___ Python tracker ___ _

[issue36347] Renaming the constants for the .flags of PyMemberDef

2019-03-23 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: I have closed the PR 12410. Feel free to submit another PR. -- ___ Python tracker ___ ___ Python-

[issue36021] [Security][Windows] webbrowser: WindowsDefault uses os.startfile() and so can be abused to run arbitrary commands

2019-03-23 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: I remove my assignation to this issue, I wanted to work on it and learn the debugging on Windows, but after some weeks, I have no solution because no time for a real debugging session. Please, feel free to work on this issue and I am really sorry for this de

[issue36020] HAVE_SNPRINTF and MSVC std::snprintf support

2019-03-23 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: I will continue to work on this issue when I will have a Windows virtual machine or a computer, for the moment I close my PR because it's not the right solution. Sorry for my inactivity about this issue. -- ___ Py

[issue35982] Create unit-tests for os.renames()

2019-03-23 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: I have closed my PR, feel free to submit an other PR. Have a nice day. -- ___ Python tracker ___

[issue36054] Way to detect CPU count inside docker container

2019-03-23 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: I am really sorry but I thought to work on this issue but it's not the case. Feel free to submit a PR. -- components: +Interpreter Core versions: +Python 3.8 ___ Python tracker

[issue36406] doctest.testmod(empty_package) raises TypeError in 3.7 (and no errors in 3.6)

2019-03-23 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- keywords: +patch, patch pull_requests: +12471, 12472 stage: -> patch review ___ Python tracker ___

[issue36406] doctest.testmod(empty_package) raises TypeError in 3.7 (and no errors in 3.6)

2019-03-23 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- keywords: +patch pull_requests: +12471 stage: -> patch review ___ Python tracker ___ ___ Py

<    1   2