[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> ___

[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> ___

[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.