string_formatter 1.0.1 released

2015-09-12 Thread Anthon van der Neut
string_formatter is a backport of the 3.4.1+ string.Formatter class, to 2.7, 3.3 and 3.4.0. This allows the use of empty keys {} in its format strings. At the same time it solves an existing (at least until 3.5.0.rc3) bug in string.Formatter, breaking with the use of nested empty keys. Python 3.4

Re: tiffany 0.6.1 released

2012-06-30 Thread Anthon van der Neut
come back to you after I return home (in a week time), drop me an email. Are you going to be at Europython again (we once shared a taxi in Birmingham). I will drive down there tomoorw. Regards Anthon On 2012-06-30 12:41, Christian Tismer wrote: Tiffany - Read/Write Multipage-Tiff with PIL

Re: keyword parameter order

2007-11-18 Thread Anthon
Hi Tim, Thanks for the comments, I obviously hadn't thought beyond the simple case. I am happy I wrote (and that you Martin answered) instead of trying to program myself into a halffunctional implementation %-) Regards Anthon On Nov 18, 1:40 pm, Tim Chase <[EMAIL PROTECTED]> wrot

Re: keyword parameter order

2007-11-18 Thread Anthon
subclass that does so), but it made me revisit the idea of investigating the keyword parameter order.. I will just drop this idea Thanks Anthon On Nov 18, 12:08 pm, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > I am not sure if this kind of info is available internally

keyword parameter order

2007-11-18 Thread Anthon
keyword parameters (introduced in Python 2.2 IIRC) was a mistake. This kind of use of keyword parameters prevents any real keyword parameters. E.g. with 'maxsize' that restricts the dictionary size or 'unique' that would throw an Exception if an existing key gets reassign

Python SVN down?

2007-10-11 Thread Anthon
I am trying to get at the python source code, but it seems svn.python.org is down, at least on port 80 (http) and 3690 (svn). This happened earlier this week and then it came back (at least yesterday). Are all the real ( ;-) ) developers using ssh+svn and not noticing this? Anthon -- http

Re: Python 2.5 Core Dump on Solaris 8

2006-11-14 Thread Anthon
rams at exit time, I set the environment var to 0 HTH Anthon -- http://mail.python.org/mailman/listinfo/python-list

Re: Python 2.5 Core Dump on Solaris 8

2006-11-14 Thread Anthon
will let you know if I do. Did you compile python-ldap yourself for Python 2.5? Which version of python-ldap? Which compiler? Regards Anthon Melissa Evans wrote: > Hi. I'm new to Python. :) > > I've modified grappy.py, > http://www.stacken.kth.se/~mattiasa/projects/gra

incompatible exit values between python 2.4 and 2.5

2006-09-18 Thread Anthon
ace before exiting with specific values.) Regards Anthon -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: Dao Language v.0.9.6-beta is release!

2005-12-05 Thread anthon
D H wrote: > > How is that a problem that some editors use 8 columns for tabs and > others use less? So what? > A bigger problem I see is people using only 2 or 3 spaces for indenting. > That makes large amounts of code much less readable. And of course it > is a problem if you mix tabs and s