[issue32480] czipfile installation failure

2018-01-02 Thread Ajay
New submission from Ajay : pip installation for czipfile is failing with compilation error (as below) Command Execute: pip install --no-cache-dir czipfile Error: Collecting czipfile Downloading czipfile-1.0.0.tar.gz (144kB) 100% || 153kB 726kB/s

[issue39283] Add ability to inherit unittest arguement parser

2020-01-09 Thread Ajay Tripathi
New submission from Ajay Tripathi : I am currently writing a unittest script that requires argparser but since the unittest module already has a ArgumentParser instance, I cannot create and use my own ArgumentParser instance. Possible solution: The problem would be solved I could inherit

[issue39283] Add ability to inherit unittest arguement parser

2020-01-13 Thread Ajay Tripathi
Ajay Tripathi added the comment: Hi, Thanks for your response, here is a code sample of what I am doing right now: ``` import unittest import sys class MyTest(unittest.TestCase): def __init__(self, testName, extraArg): super(MyTest, self).__init__(testName

[issue39283] Add ability to inherit unittest arguement parser

2020-01-21 Thread Ajay Tripathi
Ajay Tripathi added the comment: Hi pual, > The issue of testing a script that uses argparse has come up on StackOverFlow > a number of times. Sorry for the confusing but this is not a support ticket, I am not stuck with a problem and I am aware of the variaous solutions on Stackov

[issue9305] Don't use east/west of UTC in date/time documentation

2019-01-04 Thread Ajay Mahato
Ajay Mahato added the comment: I would like to work on this issue. Please assign this to me. -- nosy: +Ajay Mahato ___ Python tracker <https://bugs.python.org/issue9

[issue9305] Don't use east/west of UTC in date/time documentation

2019-01-04 Thread Ajay Mahato
Ajay Mahato added the comment: I am taking up this issue. -- ___ Python tracker <https://bugs.python.org/issue9305> ___ ___ Python-bugs-list mailing list Unsub

[issue37988] Issue found during language name processing in a list

2019-08-30 Thread SYAM PARAKASH,AJAY KUMAR
New submission from SYAM PARAKASH,AJAY KUMAR : I found an error in processing language name like Malayalam,English.. in a list created using Python 3.6.1 -- files: IMG_20190830_162306__1567162571_88362.jpg messages: 350869 nosy: AjaySyam priority: normal severity: normal status: open