Tatiana Al-Chueyr added the comment:
I'm working on it
--
nosy: +tati_alchueyr
___
Python tracker
<http://bugs.python.org/issue8942>
___
___
Python-bugs-l
Tatiana Al-Chueyr added the comment:
Improved test so the __path__ of a package loaded from a zip file, using
zipimporter, is checked.
--
keywords: +patch
Added file:
http://bugs.python.org/file24796/issue8942_test_for_zipimporter.patch
___
Python
Tatiana Al-Chueyr added the comment:
Working on this
--
nosy: +tati_alchueyr
___
Python tracker
<http://bugs.python.org/issue5758>
___
___
Python-bugs-list mailin
Tatiana Al-Chueyr added the comment:
I had a lot of help of R. David Murray, could someone review our patch, please?
We are specially concerned about backward compatibility.
--
keywords: +patch
Added file:
http://bugs.python.org/file24807/issue5758_fileinput_gzip_with_encoding.patch
Tatiana Al-Chueyr added the comment:
Excellent! Thanks for all remarks, Éric! I'll follow your suggestions and will
submit a new patch.
--
___
Python tracker
<http://bugs.python.org/i
Tatiana Al-Chueyr added the comment:
Improved patch, according to eric.araujo's suggestions and mnewman's guidance.
--
Added file:
http://bugs.python.org/file24815/issue5758_fileinput_gzip_with_encoding_v2.patch
___
Python trac
Tatiana Al-Chueyr added the comment:
Hi msladek!
I tried to reproduce your bug using Python 3.2.2 on MacOS X, but didn't manage
- all worked fine. I used gmail both to send and receive the message, on SSL:
smtpPort = '465'
smtpSrv = 'smtp.gmail.com'
As I
Tatiana Al-Chueyr added the comment:
I had the same problem here, after running several times...
$ for i in {1..10}; do ./python.exe -m test test_pep277; done
[1/1] test_pep277
test test_pep277 failed -- Traceback (most recent call last):
File "/Users/tatiana/code/cpython/Lib
Tatiana Al-Chueyr added the comment:
r.david.murray: yes, MacOS X 10.6.8
we managed to reproduce this in other 2 MacBook Pro 8.1.
--
___
Python tracker
<http://bugs.python.org/issue15
Tatiana Al-Chueyr added the comment:
Yesterday I've studied this problem with flavio.ribeiro, and we've started
"solving" it. The result of our progress is available at:
issue5758_trace_execute_other_modules_main_v0.patch
The problem of our approach is that any code outsi
Tatiana Al-Chueyr added the comment:
My proposal is that both:
- add_mutually_exclusive_group()
- add_argument_group()
print optional arguments in the same way when title and/or description are
provided.
I've attached a test case of the proposed behavior.
Please, let me know if you hav
Changes by Tatiana Al-Chueyr :
Removed file: http://bugs.python.org/file34844/test_argparse_mutex_with_title.py
___
Python tracker
<http://bugs.python.org/issue17
Tatiana Al-Chueyr added the comment:
uploading test file
--
Added file: http://bugs.python.org/file34845/test_argparse_mutex_with_title.py
___
Python tracker
<http://bugs.python.org/issue17
13 matches
Mail list logo