[issue33222] Various test failures if PYTHONUSERBASE is not canonicalized

2018-04-09 Thread Akshay Sharma
Change by Akshay Sharma : -- keywords: +patch pull_requests: +6130 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue33222] Various test failures if PYTHONUSERBASE is not canonicalized

2018-04-09 Thread Akshay Sharma
Akshay Sharma added the comment: What are the possible cases we can have here ? -- nosy: +akshaysharma096 ___ Python tracker <https://bugs.python.org/issue33

[issue25735] math.factorial doc should mention integer return type

2018-04-08 Thread Akshay Sharma
Change by Akshay Sharma : -- pull_requests: +6123 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue25735> ___ ___ Python-

[issue33239] tempfile module: functions with the 'buffering' option are incorrectly documented

2018-04-08 Thread Akshay Sharma
Change by Akshay Sharma : -- keywords: +patch pull_requests: +6120 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue33239> ___ ___ Py

[issue33239] tempfile module: functions with the 'buffering' option are incorrectly documented

2018-04-08 Thread Akshay Sharma
Akshay Sharma added the comment: Hi, will it be good to link the cross-reference for `open`(https://docs.python.org/3/library/functions.html#open) in the documentation? I think specifically mentioning the usage of the `buffering` is a better way. -- nosy: +Akshay Sharma