remove code.interact

fix another unicode oversight
This commit is contained in:
Thomas Vander Stichele
2009-09-11 15:50:45 +00:00
parent 8f94731876
commit f3bf6220fb
2 changed files with 2 additions and 2 deletions

View File

@@ -28,3 +28,4 @@ unicode
- morituri.extern.log.log is not unicode-safe; don't pass it unicode objects;
for example, always use %r to log paths
- run with RIP_DEBUG=5 once in a while to catch unicode/logging errors.
- Also use unicode prefix/suffix in tempfile.* methods; to force unicode.