argparse - specify order of argument parsing?

2013-08-31 Thread Eduardo Alvarez
ne switches, which should have higher priority. Thank you in advance, -- Eduardo Alvarez -- http://mail.python.org/mailman/listinfo/python-list

Re: mailbox module difficulties

2011-11-28 Thread Eduardo Alvarez
On 2011-11-28, Peter Otten <__pete...@web.de> wrote: > Eduardo Alvarez wrote: > >> however, if I do the following: >> >> b = mailbox.Maildir("~/Maildir") >> b.items() >> >> I get an empty list. >> >> I don't understa

mailbox module difficulties

2011-11-28 Thread Eduardo Alvarez
object being created. Why does this happen? yours, -- Eduardo Alvarez -- http://mail.python.org/mailman/listinfo/python-list

confusing error with nntplib

2010-05-26 Thread Eduardo Alvarez
endall socket.error: [Errno 32] Broken pipe As this is a broken pipe, I reconnect to the server, the same way as before. When I *then* retrieving the newsgroup's info, I get no errors. I'm pretty baffled by this. It might be an issue with the server itself, but still, any input would be v