1 new commit in py:

https://bitbucket.org/hpk42/py/changeset/f9ce5c222142/
changeset:   f9ce5c222142
user:        hpk42
date:        2011-12-14 12:20:20
summary:     fix tests / refine findsource
affected #:  1 file

diff -r f14a0bda45eb4e0891fb89b65ed72fe8a7b62471 -r 
f9ce5c222142aac5e838d2bd09fa0f8ab36a4dfa py/_code/source.py
--- a/py/_code/source.py
+++ b/py/_code/source.py
@@ -296,7 +296,7 @@
     except py.builtin._sysex:
         raise
     except:
-        return "", -1
+        return None, -1
     source = Source()
     source.lines = [line.rstrip() for line in sourcelines]
     return source, lineno

Repository URL: https://bitbucket.org/hpk42/py/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
py-svn mailing list
py-svn@codespeak.net
http://codespeak.net/mailman/listinfo/py-svn

Reply via email to