[issue15494] Move test/support.py into a test.support subpackage

2013-07-07 Thread Stephen Tonkin

Stephen Tonkin added the comment:

Likewise, move_test_support.patch did not break things under OS X 10.8.

--
nosy: +sptonkin

___
Python tracker 
<http://bugs.python.org/issue15494>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18401] Tests for pdb import ~/.pdbrc

2013-07-07 Thread Stephen Tonkin

New submission from Stephen Tonkin:

After a clean check out and a successful build of Python 3.4, doctests were 
failing when running test_pdb. Specifically, doctests were failing because they 
were getting a "*** NameError: name 'execfile' is not defined" when running.

It turns out that my ~/.pdbrc file contained a call to execfile(). While 
removing this line from my ~/.pdbrc file remedied the issue for me, test_pdb 
probably shouldn't be reading from global configuration when testing the pdb 
module.

--
assignee: ronaldoussoren
components: Macintosh, Tests
messages: 192614
nosy: ncoghlan, ronaldoussoren, sptonkin
priority: normal
severity: normal
status: open
title: Tests for pdb import ~/.pdbrc
type: behavior
versions: Python 3.4

___
Python tracker 
<http://bugs.python.org/issue18401>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15436] __sizeof__ is not documented

2012-10-29 Thread Stephen Tonkin

Changes by Stephen Tonkin :


--
nosy: +sptonkin

___
Python tracker 
<http://bugs.python.org/issue15436>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue12890] cgitb displays tags when executed in text mode

2012-10-29 Thread Stephen Tonkin

Stephen Tonkin added the comment:

Uploaded a patch which fixes the failing on Windows 7.

It was essentially an issue with the Windows path returned by temp_dir() 
containing unescaped backslashes. A repr() fixed this.

--
nosy: +sptonkin
Added file: http://bugs.python.org/file27788/p12890-2.diff

___
Python tracker 
<http://bugs.python.org/issue12890>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com