##// END OF EJS Templates
Added license statement to path.py, updated ChangeLog
vivainio -
Show More
@@ -15,6 +15,17 b' Author: Jason Orendorff <jason@jorendorff.com> (and others - see the url!)'
15 Date: 7 Mar 2004
15 Date: 7 Mar 2004
16 """
16 """
17
17
18 # Original license statement:
19 #License: You may use path.py for whatever you wish, at your own risk. (For
20 #example, you may modify, relicense, and redistribute it.) It is provided
21 #without any guarantee or warranty of any kind, not even for merchantability or
22 #fitness for any purpose.
23
24 # IPython license note:
25 # For the sake of convenience, IPython includes this module
26 # in its directory structure in unmodified form, apart from
27 # these license statements. The same license still applies.
28
18
29
19 # TODO
30 # TODO
20 # - Bug in write_text(). It doesn't support Universal newline mode.
31 # - Bug in write_text(). It doesn't support Universal newline mode.
@@ -3,6 +3,9 b''
3 * Reverted back to old %edit functionality that returns
3 * Reverted back to old %edit functionality that returns
4 file contents on exit.
4 file contents on exit.
5
5
6 * Added Jason Orendorff's "path" module to IPython tree,
7 http://www.jorendorff.com/articles/python/path/
8
6 2006-01-14 Ville Vainio <vivainio@gmail.com>
9 2006-01-14 Ville Vainio <vivainio@gmail.com>
7
10
8 * IPython/ipapi.py (ashook, asmagic, options): Added convenience
11 * IPython/ipapi.py (ashook, asmagic, options): Added convenience
General Comments 0
You need to be logged in to leave comments. Login now