~glyphobet/python-webdav-lib/default

  • Committer: Matt Chisholm
  • Date: 2013-02-18 21:23:03 UTC
  • Revision ID: matt-launchpad@theory.org-20130218212303-01wfvy0uk4bx10qf
sys.stdout always has an encoding attribute, unless it has been overridden with another object, as nosetests does, for example. In that case, sys.stdout.encoding will raise an AttributeError. This will make it not raise that error and fall back to 'ascii'. 
Filename Latest Rev Last Changed Committer Comment Size
..
dev 27 12 years ago schlauch Added a suitable pylintrc. Added a build target to Diff
lib 1 15 years ago schlauch Initial commit. Diff
src 1 15 years ago schlauch Initial commit. Diff
tests 1 15 years ago schlauch Initial commit. Diff
CHANGES.txt 39 12 years ago schlauch Adpated changes log accordingly. 2.1 KB Diff Download File
LICENSE.txt 6 14 years ago tobias-schlauch Adapted version number, maintainer email, and proj 11 KB Diff Download File
README.txt 16 14 years ago tobias-schlauch Added Jython compatibility note. 636 bytes Diff Download File
setup.cfg 38 12 years ago schlauch Set current development version. 509 bytes Diff Download File
setup.py 29 12 years ago schlauch Removed unecessary PYTHONPATH directories. 5.6 KB Diff Download File