Draft PEP: string interpolation with backquotes
Marcin 'Qrczak' Kowalczyk
qrczak at knm.org.pl
Sun Dec 9 08:23:26 EST 2001
More information about the Python-list mailing list
Sun Dec 9 08:23:26 EST 2001
- Previous message (by thread): Toy interpolation code [was Re: Draft PEP: string interpolation with backquotes]
- Next message (by thread): Draft PEP: string interpolation with backquotes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Tue, 04 Dec 2001 15:23:16 GMT, Fredrik Lundh <fredrik at pythonware.com> pisze: > i('X=', x, ', Y=', calc_y(x), '.') It could be nice to have str() working like this instead. It's backwards compatible with current 0- and 1-argument cases. Except it doesn't work with unicode() which uses positional arguments for other things (encoding) :-( Mandating that they are keyword arguments would break compatibility. -- __("< Marcin Kowalczyk * qrczak at knm.org.pl http://qrczak.ids.net.pl/ \__/ ^^ QRCZAK
- Previous message (by thread): Toy interpolation code [was Re: Draft PEP: string interpolation with backquotes]
- Next message (by thread): Draft PEP: string interpolation with backquotes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list