[issue3982] support .format for bytes

2013-09-26 Thread nlev...@gmail.com
Changes by nlev...@gmail.com : -- nosy: +nlev...@gmail.com ___ Python tracker <http://bugs.python.org/issue3982> ___ ___ Python-bugs-list mailing list Unsub

[issue20119] pdb c(ont(inue)) optional one-time-only breakpoint (like perl debugger)

2014-01-03 Thread nlev...@gmail.com
New submission from nlev...@gmail.com: The continue command in perl's debugger (perl -d) supports setting a one-time-only breakpoint. IMHO this is incredibly useful. For instance when stepping through a program, if you get stuck in a loop, you can move past it with a simple one line co