Wichert Akkerman added the comment:
Bump.
Python 3 is still not on my radar, but I'll happily do a backport for Py2 and
drop that on PyPI once this gets resolved.
--
versions: +Python 3.3, Python 3.4, Python 3.5, Python 3.6
___
Python tr
Wichert Akkerman added the comment:
Éric is not quite correct: I currently have a package where "python setup.py
check" does not show any error, but PyPI still refuses to format my long
description. Likewise "python setup.py --long-description | rst2html-2.7.py >
/dev/n
Wichert Akkerman added the comment:
Here is a related question on SO:
http://stackoverflow.com/questions/352837/how-to-add-file-extensions-based-on-file-type-on-linux-unix
--
nosy: +wichert
___
Python tracker
<http://bugs.python.org/issue1043
Wichert Akkerman added the comment:
I can reproduce this on Both OSX 10.9 and Ubuntu 12.04:
>>> import mimetypes
>>> mimetypes.guess_extension('image/jpeg')
'.jpe'
>>> mimetypes.init()
>>> mimetypes.guess_extension('image/jpeg'
Changes by Wichert Akkerman :
--
nosy: +wichert
___
Python tracker
<http://bugs.python.org/issue18164>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Wichert Akkerman:
docs.python.org was recently change to redirect http://docs.python.org/ to
http://docs.python.org/3/ , with an option to switch to documentation for a
different version using both (why two ways?) a dropdown and links in the left
column. Would it be
Changes by Wichert Akkerman :
--
versions: +Python 2.7
___
Python tracker
<http://bugs.python.org/issue2988>
___
___
Python-bugs-list mailing list
Unsubscribe:
Wichert Akkerman added the comment:
I do not agree that this is a fix. Effectively this means that if a user has a
single cookie that SimpleCookie does not like a webapp can not use any cookie
at all. Imho at a minimum there should be a way to tell SimpleCookie to ignore
invalid cookies
Wichert Akkerman added the comment:
You could also look for the first matching file and extract that. That way you
can at least implement something similar to what standard tar can do:
[fog;/tmp]-10> tar tf x.tar
docs/
docs/index.rst
docs/glossary.rst
docs/Makefile
docs/conf.py
d
New submission from Wichert Akkerman :
There appears to be an odd networking issue with how urllib2 sends HTTP
requests. Downloading an image from maw.liquifire.com gives an error:
$ python -c 'import urllib2 ;
urllib2.urlopen("http://maw.liquifire.com/maw?set=image[2302.000.1331
Wichert Akkerman added the comment:
I can help test changes for python 2.x. The python 3.x ecosystem is at least a
year away from becoming interesting for me I'm afraid.
--
___
Python tracker
<http://bugs.python.org/i
Wichert Akkerman added the comment:
Martin, is there anything we can do to help get this merged? I can really use
this as well.
My background here is that currently the complete zope i18n support abuses
message ids as a workaround, and the result works but is very painful for
translators
New submission from Wichert Akkerman:
http://www.python.org/doc/2.4.4/lib/optparse-parsing-arguments.html
documents that second named parameter to be 'options'. This is not
correct: the actual name is 'values'.
--
components: Documentation
messages: 58948
nosy: wich
13 matches
Mail list logo