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
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
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
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
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
Ajay Mahato added the comment:
I am taking up this issue.
--
___
Python tracker
<https://bugs.python.org/issue9305>
___
___
Python-bugs-list mailing list
Unsub
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