Message515
Hi. There's a simple typo in
org/python/core/PyFile.java. A patch is
given below.
Thanks - Ben.
--- jython-2.1-beta1.orig/org/python/core/PyFile.java
+++ jython-2.1-beta1/org/python/core/PyFile.java
@@ -54,7 +54,7 @@
public void close() throws java.io.IOException {
}
public void truncate(long position) throws java.io.IOException {
- throw new java.io.IOException("file doens't support truncate");
+ throw new java.io.IOException("file doesn't support truncate");
}
public Object __tojava__(Class cls) throws IOException {
|
|
| Date |
User |
Action |
Args |
| 2008-02-20 17:16:58 | admin | link | issue490962 messages |
| 2008-02-20 17:16:58 | admin | create | |
|