This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ericp
Recipients ericp
Date 2009-06-02.17:37:29
SpamBayes Score 0.049326736
Marked as misclassified No
Message-id <1243964251.97.0.313158032192.issue6126@psf.upfronthosting.co.za>
In-reply-to
Content
Similar problem with 3.1rc1:

C:\...>c:\Python31rc1\python.exe -m  pdb hello01.py
--Return--
> c:\python31rc1\lib\encodings\cp437.py(19)encode()->b'Hello'
-> return codecs.charmap_encode(input,self.errors,encoding_map)[0]
(Pdb) b 2
*** Blank or comment
(Pdb) b hello01.py:2
Breakpoint 1 at c:\...\hello01.py:2

(Pdb) b
Num Type         Disp Enb   Where
1   breakpoint   keep yes   at c:\...\hello01.py:2
(Pdb) c
Hello
here
bye
The program finished and will be restarted
--Return--
> c:\python31rc1\lib\encodings\cp437.py(19)encode()->b'Hello'
-> return codecs.charmap_encode(input,self.errors,encoding_map)[0]
(Pdb)
History
Date User Action Args
2009-06-02 17:37:32ericpsetrecipients: + ericp
2009-06-02 17:37:31ericpsetmessageid: <1243964251.97.0.313158032192.issue6126@psf.upfronthosting.co.za>
2009-06-02 17:37:30ericplinkissue6126 messages
2009-06-02 17:37:30ericpcreate