Show More
@@ -1180,7 +1180,7 b' def xrepr_ifile(self, mode="default"):' | |||||
1180 | except IOError: |
|
1180 | except IOError: | |
1181 | name = "ifile" |
|
1181 | name = "ifile" | |
1182 | style = astyle.style_default |
|
1182 | style = astyle.style_default | |
1183 |
if mode |
|
1183 | if mode in ("cell", "header", "footer"): | |
1184 | abspath = repr(path._base(self.normpath())) |
|
1184 | abspath = repr(path._base(self.normpath())) | |
1185 | if abspath.startswith("u"): |
|
1185 | if abspath.startswith("u"): | |
1186 | abspath = abspath[2:-1] |
|
1186 | abspath = abspath[2:-1] |
@@ -1,3 +1,8 b'' | |||||
|
1 | 2007-05-17 Walter Doerwald <walter@livinglogic.de> | |||
|
2 | ||||
|
3 | * IPython/Extensions/ipipe.py: Fix xrepr for ifiles. | |||
|
4 | (Bug detected by Paul Mueller). | |||
|
5 | ||||
1 | 2007-05-16 Ville Vainio <vivainio@gmail.com> |
|
6 | 2007-05-16 Ville Vainio <vivainio@gmail.com> | |
2 |
|
7 | |||
3 | * ipy_profile_sci.py, ipython_win_post_install.py: Create |
|
8 | * ipy_profile_sci.py, ipython_win_post_install.py: Create |
General Comments 0
You need to be logged in to leave comments.
Login now