Re: mailer.py commit says TypeError: must be unicode, not str
From: Kenneth Porter <shiva_at_sewingwitch.com>
Date: Wed, 07 Feb 2018 09:35:23 -0800
The overload of type was happening due to the unprefix stuff in fs.py. Red
I distilled the failure down to this foo.py program. Of interest is that
#!/usr/bin/env python
# test subversion-python bug revealed by mailer.py
import tempfile as _tempfile
tempfile = _tempfile.mktemp()
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.