Change by Ankur :
--
title: os.module.ismount() returns true in python 3.7.4 and false in 2.7.14 ->
os.path.ismount() returns true in python 3.7.4 and false in 2.7.14
___
Python tracker
<https://bugs.python.org/issu
New submission from Ankur :
Tested with following lines of code on windows 10:
import os.path
print(os.path.ismount("F:"))
The above statement returns true in python 3.7.4 and false in 2.7.14
Note that F: drive does not have any mount points.
Somehow, python 3.7.4 returns true for
Ankur Dedania added the comment:
sign/signum isn't the same as copysign, and doesn't support complex numbers
--
___
Python tracker
<http://bugs.python.o
New submission from Ankur Dedania:
Add a new function to the math module sign/signum
https://en.wikipedia.org/wiki/Sign_function
--
messages: 272459
nosy: AnkurDedania
priority: normal
severity: normal
status: open
title: add math.sign/signum
type: enhancement
versions: Python 3.6
Ankur Dedania added the comment:
Path.touch is also incorrect in python 3.4 documents
--
status: closed -> open
versions: +Python 3.4
___
Python tracker
<http://bugs.python.org/issu
New submission from Ankur Dedania:
Path.touch's keyword argument mode documented incorrectly.
In the documents, it shows keyword argument mode defaulted to 0o777, however
within the code it is set to 0o666.
--
assignee: docs@python
components: Documentation
messages: 272269
Changes by Ankur Ankan :
--
nosy: +Ankur.Ankan
___
Python tracker
<http://bugs.python.org/issue19217>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ankur Ankan :
--
nosy: +ankurankan
___
Python tracker
<http://bugs.python.org/issue19217>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ankur Ankan :
--
nosy: +Ankur.Ankan
___
Python tracker
<http://bugs.python.org/issue16293>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ankur Ankan :
--
nosy: +Ankur.Ankan
___
Python tracker
<http://bugs.python.org/issue3354>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ankur Ankan :
--
nosy: +Ankur.Ankan
___
Python tracker
<http://bugs.python.org/issue935117>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ankur Ankan :
--
nosy: +Ankur.Ankan
___
Python tracker
<http://bugs.python.org/issue8083>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ankur Ankan :
--
components: Tests
nosy: Ankur.Ankan, r.david.murray
priority: normal
severity: normal
status: open
title: Unit tests for RFC 2231 parsing code
type: enhancement
___
Python tracker
<http://bugs.python.org/issue17
Changes by Ankur Ankan :
--
nosy: +Ankur.Ankan
___
Python tracker
<http://bugs.python.org/issue17369>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ankur Ankan :
--
nosy: +Ankur.Ankan
___
Python tracker
<http://bugs.python.org/issue15518>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ankur Ankan :
--
nosy: +Ankur.Ankan
___
Python tracker
<http://bugs.python.org/issue10595>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ankur Ankan added the comment:
I am still unclear about the outcomes of the discussion. I am confused which
features need to be kept and which are to be removed.
> Ankur, could you submit a contributor agreement?
I will submit it to
Changes by Ankur Ankan :
--
nosy: +Ankur.Ankan
___
Python tracker
<http://bugs.python.org/issue1186900>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ankur Ankan added the comment:
> +parser.add_argument('--gz', '--gunzip', '--gzip', '--tgz', '-z',
> +'--ungzip', action = 'store_true',
> +help = 'gz comp
Ankur Ankan added the comment:
Thanks for your comments Serhiy.
I have improved the patch according to your comments. Please have a look.
And I am writing tests.
--
Added file: http://bugs.python.org/file29337/issue_13477_v2
___
Python tracker
Changes by Ankur Ankan :
--
nosy: +Ankur.Ankan
___
Python tracker
<http://bugs.python.org/issue15542>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ankur Ankan added the comment:
I was also working on this issue so thought I should also submit my patch.
Has a few extra features from berker.peksag's patch:
1) the name of the files to be extracted can be specified
2) output directory can be specified for extracting files.
--
Changes by Ankur Ankan :
--
nosy: +Ankur.Ankan
___
Python tracker
<http://bugs.python.org/issue13477>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ankur Ankan :
--
nosy: +Ankur.Ankan
___
Python tracker
<http://bugs.python.org/issue2209>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ankur Ankan :
--
nosy: +Ankur.Ankan
___
Python tracker
<http://bugs.python.org/issue16669>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ankur Ankan :
--
nosy: +Ankur.Ankan
___
Python tracker
<http://bugs.python.org/issue17099>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ankur Ankan :
--
nosy: +Ankur.Ankan
___
Python tracker
<http://bugs.python.org/issue9856>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ankur Ankan :
Added file: http://bugs.python.org/file29081/patch.diff
___
Python tracker
<http://bugs.python.org/issue17178>
___
___
Python-bugs-list mailin
Changes by Ankur Ankan :
Removed file: http://bugs.python.org/file29080/patch.diff
___
Python tracker
<http://bugs.python.org/issue17178>
___
___
Python-bugs-list mailin
Changes by Ankur Ankan :
--
keywords: +patch
Added file: http://bugs.python.org/file29080/patch.diff
___
Python tracker
<http://bugs.python.org/issue17
Ankur Ankan added the comment:
I guess I have found it. It's bltinmodule.c .
--
___
Python tracker
<http://bugs.python.org/issue17178>
___
___
Python-bugs-l
Ankur Ankan added the comment:
I am a beginner and want to write the patch for this issue, so please help me
find the right C file.
Thanks.
--
nosy: +Ankur.Ankan
___
Python tracker
<http://bugs.python.org/issue17
32 matches
Mail list logo