[issue30004] in regex-howto, improve example on grouping

2017-11-17 Thread Mandeep Bhutani
Mandeep Bhutani <mand...@keemail.me> added the comment: Cristian, Serhiy: I've submitted a PR for this bug. Cristian: I apologize for misspelling your name in a prior post. -- ___ Python tracker <rep...@bugs.python.org> <https://

[issue30004] in regex-howto, improve example on grouping

2017-11-17 Thread Mandeep Bhutani
Change by Mandeep Bhutani <mand...@keemail.me>: -- keywords: +patch pull_requests: +4384 stage: needs patch -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue30004] in regex-howto, improve example on grouping

2017-11-17 Thread Mandeep Bhutani
Mandeep Bhutani <mand...@keemail.me> added the comment: Serhiy, Christian: I'll submit a PR for this later today. -- ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue30940] Documentation for round() is incorrect.

2017-07-23 Thread Mandeep Singh
Changes by Mandeep Singh <mandeep25...@gmail.com>: -- pull_requests: +2876 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30940> ___

[issue30935] document the new behavior of get_event_loop() in Python 3.6

2017-07-16 Thread Mandeep Singh
Changes by Mandeep Singh <mandeep25...@gmail.com>: -- pull_requests: +2791 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30935> ___

[issue30004] in regex-howto, improve example on grouping

2017-04-27 Thread Mandeep Bhutani
Mandeep Bhutani added the comment: Looks like both examples need a closing \b. Is this being worked on or should I submit a PR? -- nosy: +mandeepb ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue30045] Bad parameter name in re.escape()

2017-04-12 Thread Mandeep Bhutani
Mandeep Bhutani added the comment: I agree that pattern seems right. However I think that the parameter in the docs should be changed from string to pattern for consistency purposes. -- nosy: +mandeepb ___ Python tracker <rep...@bugs.python.

[issue23033] Disallow support for a*.example.net, *a.example.net, and a*b.example.net in certificate wildcard handling.

2017-03-31 Thread Mandeep Singh
Changes by Mandeep Singh <mandeep25...@gmail.com>: -- pull_requests: +1120 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue23033> ___

[issue29862] Fix grammar typo in importlib.reload() exception

2017-03-23 Thread Mandeep
Mandeep added the comment: Hi Brett, I'd like to take this on as my first contribution to CPython if that's okay with you. -- nosy: +mandeepb ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue26587] Possible duplicate entries in sys.path if .pth files are used with zip's

2016-03-19 Thread Mandeep Singh Grang
Mandeep Singh Grang added the comment: Here is a testcase to reproduce the issue: > cat test.py import site, sys site.addsitedir('/foo/bar') print (sys.path) This prints just a single instance of '/foo/bar': ['/local/mnt/workspace/python/tst', '/foo/bar', '/usr/local/lib/python36.

[issue24805] Python installer having problem in installing Python for all users in Windows

2015-10-28 Thread mandeep
mandeep added the comment: Team, Please let me know , if there is a workaround to this. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue24805] Python installer having problem in installing Python for all users in Windows

2015-10-27 Thread mandeep
mandeep added the comment: But if there is a machine which already has Python. If we remove python manually and try the script . The python folder is created. I can see python in start- all programs. But PYTHON its missing from control panel. It does not allow me to uninstall

[issue24805] Python installer having problem in installing Python for all users in Windows

2015-10-27 Thread mandeep
mandeep added the comment: It works when I try it on a clean machine. -- nosy: +manddy221 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i