Show More
@@ -15,6 +15,17 b' Author: Jason Orendorff <jason@jorendorff.com> (and others - see the url!)' | |||
|
15 | 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 | 30 | # TODO |
|
20 | 31 | # - Bug in write_text(). It doesn't support Universal newline mode. |
General Comments 0
You need to be logged in to leave comments.
Login now