Issue3707
Created on 2008-08-27 22:44 by ms, last changed 2008-08-30 19:04 by georg.brandl.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
pydoc.diff
|
georg.brandl,
2008-08-27 22:59
|
|
|
|
| msg72047 (view) |
Author: Mike Speciner (ms) |
Date: 2008-08-27 22:44 |
|
I'm running Python 3.0b2 (r30b2:65106, Jul 18 2008, 18:44:17) [MSC
v.1500 32 bit (Intel)] on win32.
Typing help('finally') loops, repeatedly typing the following two lines
File "C:\Python30\lib\pydoc.py", line 1777, in showtopic
return self.showtopic(target)
|
| msg72048 (view) |
Author: Georg Brandl (georg.brandl) |
Date: 2008-08-27 22:59 |
|
Good catch! Patch attached.
|
| msg72199 (view) |
Author: Antoine Pitrou (pitrou) |
Date: 2008-08-30 19:00 |
|
Patch is ok on trunk. It should also be merged to py3k.
|
| msg72201 (view) |
Author: Georg Brandl (georg.brandl) |
Date: 2008-08-30 19:04 |
|
Thanks for reviewing! Committed trunk r66076.
|
|
| Date |
User |
Action |
Args |
| 2008-08-30 19:04:01 | georg.brandl | set | status: open -> closed messages:
+ msg72201 |
| 2008-08-30 19:00:33 | pitrou | set | nosy:
+ pitrou resolution: accepted messages:
+ msg72199 versions:
+ Python 2.6 |
| 2008-08-27 22:59:50 | georg.brandl | set | priority: critical keywords:
+ patch, easy, needs review messages:
+ msg72048 files:
+ pydoc.diff nosy:
+ georg.brandl |
| 2008-08-27 22:44:18 | ms | create | |
|