mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
* Lib/mhlib.py (removefromallsequences): call putsequences with
proper argument * Lib/{bdb,cmd,pdb}.py: Mods by Rickard Westman: No longer barfs on lambda:s (outputs "<lambda>" as the function name); "a(rgs)" in pdb now works; help messages added to pdb (lifted from pdb.doc). Also, "h pdb" calls pdb.help(). cmd.do_help() displays topics on a nicer way (I think). Also, topics for which there is a help_ method, but no do_method (like "pdb" above) are displayed in a special way. My own mod: fix break on function to also support methods.
This commit is contained in:
parent
8c9736561b
commit
5f47e5752a
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ class Folder:
|
|||
if not seq:
|
||||
del sequences[name]
|
||||
if changed:
|
||||
self.putsequences()
|
||||
self.putsequences(sequences)
|
||||
|
||||
# Return the last message number
|
||||
def getlast(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue