]> granicus.if.org Git - python/commit
#6126: fix pdb stepping and breakpoints by giving the executed code the correct filen...
authorGeorg Brandl <georg@python.org>
Thu, 13 Aug 2009 07:50:57 +0000 (07:50 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 13 Aug 2009 07:50:57 +0000 (07:50 +0000)
commitd07ac6402422abbc54215478e042bbb009148cf9
treec3958071e5de463401eb97c34609b39a76b8e075
parent019f3617f8e5c667c4db3182ead37f2c1fbb0268
#6126: fix pdb stepping and breakpoints by giving the executed code the correct filename; this used execfile() in 2.x which did this automatically.
Lib/pdb.py
Misc/NEWS