##// END OF EJS Templates
Backport PR #4018: Fix warning when running IPython.kernel tests...
Backport PR #4018: Fix warning when running IPython.kernel tests The signature of TemporaryDirectory.cleanup() changed just before Python 3.2, and our TemporaryWorkingDirectory subclass was receiving an unexpected parameter. This copies in a newer TemporaryDirectory.cleanup() implementation for Python 2.7, and tweaks the subclass to accept the extra parameter.

File last commit:

r11770:6b8a9d57
r12204:f678391e
Show More
README.md
6 lines | 203 B | text/x-minidsrc | MarkdownLexer
Matthias BUSSONNIER
add readme in skeleton
r9617 ## Template skeleton
Jonathan Frederic
Fixed comment typo.
r9733 This contain skeleton template that you probably don't want
Matthias BUSSONNIER
add readme in skeleton
r9617 to inherit directly.
damianavila
Redo of fixing templates structure.
r11770 do not modify the content of the 'tex' folder which is generated by running 'make' in this folder.