[issue21380] timezone support in strftime methods broken

2014-04-28 Thread Michael P. Soulier
New submission from Michael P. Soulier: msoulier@cappuccino:~$ python Python 2.7.3 (default, Mar 13 2014, 11:03:55) [GCC 4.7.2] on linux2 Type help, copyright, credits or license for more information. from datetime import datetime now = datetime.now() now.strftime(%z) '' import time

Re: ANN: Urwid 1.0.0 - Console UI Library

2011-09-23 Thread Michael P. Soulier
On 22/09/11 Ian Ward said: Announcing Urwid 1.0.0 -- Congrats. -- http://mail.python.org/mailman/listinfo/python-list

ANN: Tftpy 0.4.5

2008-05-28 Thread Michael P. Soulier
Copyright, Michael P. Soulier, 2006. About Release 0.4.5: Bugfix release for compatability issues on Win32, among other small issues. About Release 0.4.4: Bugfix release for poor tolerance of unsupported options in the server. About Release 0.4.3

ANN: Tftpy 0.3 - Pure Python TFTP Library

2006-12-09 Thread Michael P. Soulier
Copyright, Michael P. Soulier, 2006. About Release 0.3: == This release fixes a major RFC 1350 compliance problem with the remote TID. About Release 0.2: == This release adds variable block sizes, and general option support, implementing RFCs 2347 and 2348

ANN: Tftpy 0.1 - Pure Python TFTP Library

2006-10-03 Thread Michael P. Soulier
. It supports RFCs 1350, 2347 and 2348. This library was developed against Python 2.4.1. Project page: http://sourceforge.net/projects/tftpy/ License is the CNRI Python License. http://www.opensource.org/licenses/pythonpl.php -- Michael P. Soulier [EMAIL PROTECTED] Any intelligent fool can make things

Re: Can't instantiate class

2005-11-06 Thread Michael P. Soulier
the module, hence the error. I think you want db = DataUtil.DataUtil() Or, from DataUtil import DataUtil And then your code will work. Mike -- Michael P. Soulier [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Linked list?

2005-10-31 Thread Michael P. Soulier
in a class? class MyNode(object): next = None Should do it, no? Mike -- Michael P. Soulier [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: socket setdefaulttimeout

2005-08-15 Thread Michael P. Soulier
simpler than a whole thread just for this? Mike -- Michael P. Soulier [EMAIL PROTECTED] Those who would give up esential liberty for temporary safety deserve neither liberty nor safety. --Benjamin Franklin pgp0gNXOorhuD.pgp Description: PGP signature -- http://mail.python.org/mailman/listinfo

Re: Why Tcl/Tk?

2005-08-01 Thread Michael P. Soulier
of the versions right. Java does this better. Mike -- Michael P. Soulier [EMAIL PROTECTED] Those who would give up esential liberty for temporary safety deserve neither liberty nor safety. --Benjamin Franklin pgph4uE4YTLTz.pgp Description: PGP signature -- http://mail.python.org/mailman/listinfo/python

Re: os.system(cmd) isn't working

2005-06-23 Thread Michael P. Soulier
On 23/06/05 Tim Golden said: This is only half an answer, but I personally find faffing about with the double-quote / double-backslash stuff between Python and Windows a pain in the neck, so where I can I avoid it. Indeed. I believe this is why Python has os.sep. Mike -- Michael P

getting tracebacks from traceback objects

2005-06-23 Thread Michael P. Soulier
something wrong here? I want format_exe especially, since I don't want to print to stdout, I want to provide the traceback in a popup dialog. Thanks, Mike -- Michael P. Soulier [EMAIL PROTECTED] http://www.digitaltorque.ca http://opag.ca python -c 'import this' Jabber: [EMAIL PROTECTED

oddness in shelve module

2005-06-21 Thread Michael P. Soulier
, Unknown document type: %s % doc.type -- Michael P. Soulier [EMAIL PROTECTED] http://www.digitaltorque.ca http://opag.ca python -c 'import this' Jabber: [EMAIL PROTECTED] pgpscuURQeKCo.pgp Description: PGP signature -- http://mail.python.org/mailman/listinfo/python-list

oddness in super()

2005-06-18 Thread Michael P. Soulier
be type, not classobj Why the difference? Is Python portability overrated? Is this a bug? I'm confused. Mike -- Michael P. Soulier [EMAIL PROTECTED] http://www.digitaltorque.ca http://opag.ca python -c 'import this' Jabber: [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: oddness in super()

2005-06-18 Thread Michael P. Soulier
something. Thanks, Mike -- Michael P. Soulier [EMAIL PROTECTED] http://www.digitaltorque.ca http://opag.ca python -c 'import this' Jabber: [EMAIL PROTECTED] pgpoH6WnRonmw.pgp Description: PGP signature -- http://mail.python.org/mailman/listinfo/python-list