summaryrefslogtreecommitdiff
path: root/dev-python/python-dateutil/files
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2017-10-12 12:09:21 -0500
committerTim Harder <radhermit@gentoo.org>2017-10-12 12:15:49 -0500
commite03955c4d8d725dc47afa42bbd8ca5e7a71307ed (patch)
tree94307bcb82eaff751b1f82d4d1c8b36cdd6dbf3d /dev-python/python-dateutil/files
parent392ffa23bee87246fccc9d13fb9d675607d027dd (diff)
downloadgentoo-e03955c4d8d725dc47afa42bbd8ca5e7a71307ed.tar.gz
gentoo-e03955c4d8d725dc47afa42bbd8ca5e7a71307ed.tar.bz2
gentoo-e03955c4d8d725dc47afa42bbd8ca5e7a71307ed.zip
dev-python/python-dateutil: remove old
Diffstat (limited to 'dev-python/python-dateutil/files')
-rw-r--r--dev-python/python-dateutil/files/python-dateutil-2.4.2-timelex.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-python/python-dateutil/files/python-dateutil-2.4.2-timelex.patch b/dev-python/python-dateutil/files/python-dateutil-2.4.2-timelex.patch
deleted file mode 100644
index bccec4a56ddc..000000000000
--- a/dev-python/python-dateutil/files/python-dateutil-2.4.2-timelex.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git dateutil/parser.py~ dateutil/parser.py
-index 8b6c2d28b8..75453ef49e 100644
---- dateutil/parser.py~
-+++ dateutil/parser.py
-@@ -32,7 +32,7 @@ __all__ = ["parse", "parserinfo"]
- class _timelex(object):
-
- def __init__(self, instream):
-- if isinstance(instream, text_type):
-+ if not hasattr(instream, 'read'):
- instream = StringIO(instream)
- self.instream = instream
- self.wordchars = ('abcdfeghijklmnopqrstuvwxyz'