Re: unicode issue

2009-09-30 Thread Dave Angel
Piet van Oostrum wrote: Dave Angel da...@ieee.org (DA) wrote: [snip] DA Thanks for the correction. What I meant by works for me is that the DA single example in the docstring translated okay. But I do have a lot to DA learn about using Unicode in sources, and I want to learn.

Re: Most active coroutine library project?

2009-09-30 Thread Dave Angel
Grant Edwards wrote: On 2009-09-30, Rhodri James rho...@wildebst.demon.co.uk wrote: On Mon, 28 Sep 2009 15:44:48 +0100, Grant Edwards inva...@invalid.invalid wrote: $10 is pretty expensive for a lot of applications. I bet that processor also uses a lot of power and takes up a lot

Re: iterate over list while changing it

2009-09-30 Thread Daniel Stutzbach
On Thu, Sep 24, 2009 at 3:32 PM, Torsten Mohr tm...@s.netic.de wrote: a = [1, 2, 3, 4, 5, 6] for i, x in enumerate(a): if x == 3: a.pop(i) continue if x == 4: a.push(88) print i, i, x, x I'd like to iterate over a list and change that list while

Re: Python book

2009-09-30 Thread Ralf Schoenian
lallous wrote: Hello Can anyone suggest a good book Python book for advancing from beginner level? (I started with Learning Python 3rd ed) Regards, Elias Hi Elias, welcome to Python. I have learned Python with the official tutorial and with the outstanding book: Beginning Python, From

Python RPG Codebase

2009-09-30 Thread Lanny
I've been thinking about putting together a text based RPG written fully in Python, possibly expanding to a MUD system. I'd like to know if anyone feels any kind of need for this thing or if I'd be wasting my time, and also if anyone would be interested in participating, because of the highly

[issue7015] Getting call trace while executing modules spam at help prompt

2009-09-30 Thread Jan Kratochvil
Changes by Jan Kratochvil jan.kratoch...@redhat.com: -- nosy: +jankratochvil ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7015 ___ ___

[issue7027] test_io.py: codecs.IncrementalDecoder is sometimes None

2009-09-30 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- nosy: +benjamin.peterson, pitrou priority: - normal stage: - needs patch type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7027

[issue7026] test_urllib: unsetting missing 'env' variable

2009-09-30 Thread Senthil Kumaran
Senthil Kumaran orsent...@gmail.com added the comment: Fixed that in revision 75166. Even in release26-maint got to chnage it from env.unset(k) to self.env.unset(k). -- assignee: - orsenthil nosy: +orsenthil resolution: - fixed ___ Python tracker

[issue7028] hex function should work with floats

2009-09-30 Thread Josh Cogliati
New submission from Josh Cogliati jjcogliati...@yahoo.com: The hex() builtin function only takes integers. Also there is no way to create a floating point number from a hexadecimal string. However it would often be useful to be able to see the hexadecimal version of an float since this is an

[issue7028] hex function should work with floats

2009-09-30 Thread Josh Cogliati
Changes by Josh Cogliati jjcogliati...@yahoo.com: -- type: - feature request ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7028 ___ ___

[issue6733] curses line wrap broken when mixing full- and half-width unicode characters

2009-09-30 Thread fugounashi
Changes by fugounashi fugounashi+pyt...@gmail.com: -- components: +Library (Lib) ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6733 ___ ___

[issue7024] webbrowser : Could not open ftp server using webbrowser.open()

2009-09-30 Thread Harshad Modi
Harshad Modi h...@tinyerp.com added the comment: [Senthil Kumaran] Thanks to Reply. 1) OS : Ubuntu 9.04 - the Jaunty Jackalope - released in April 2009. 2) Default Browser : Firefox 3.0.8 3) Tested with ftp://ftp.aduni.org; but still error. 4) Python 2.6.2 (release26-maint, Apr 19 2009,

<    1   2