Georg Brandl
sphinx
Pull requests
Fix testing; currently some tests failed.
#62
Merged
at
ff6864c
Source
Repository
Deleted repository
Branch
default (4b35ef8444ba)
Destination
Repository
sphinx
Branch
default
Overview
Commits
Activity
Author
Takayuki Shimizukawa
Reviewers
Description
Test code issues:
Windows: failed by test-code problem depends on os.sep.
Implementation issues:
Python2.5: failed by using os.path.relpath that introduced at Python-2.6.
Python2.5: test failed by using inspect.ArgSpec that introduced at Python-2.6.
fix for Python3: Python3 open() decode text by locale.getpreferredencoding() that cause UnicodeDecodeError when locale is not utf-8.
fix for Python3.1: Python 3.1 can't proceess '\r' at parser.
Comments (
1
)
Georg Brandl
repo owner
Thanks a lot!
2012-10-28T17:25:33+00:00
Pull request updated.
Reload
Help
Online help
Learn Git
Keyboard shortcuts
Bitbucket tutorials
Site status
Support
Thanks a lot!