[issue18401] Tests for pdb import ~/.pdbrc

R. David Murray report at bugs.python.org
Mon Apr 14 21:38:26 CEST 2014


R. David Murray added the comment:

Adding a parameter is an enhancement.  Probably not a bad thing to have anyway, but it can only go in 3.5.  Since this isn't something that causes problems for production code, that seems fine.  (The alternative would be to say have a private class variable that the tests would set/reset, but that is pretty ugly).

The final patch will need doc changes and a whatsnew entry.

----------
nosy: +r.david.murray
type: behavior -> enhancement
versions: +Python 3.5 -Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18401>
_______________________________________


More information about the Python-bugs-list mailing list