[issue13114] check -r fails with non-ASCII unicode long_description

2012-01-03 Thread Jason R. Coombs

Jason R. Coombs jar...@jaraco.com added the comment:

I recently encountered this error, and in the process of troubleshooting, 
developed this one-line to reproduce the problem. I'm including it here for 
posterity (and in case anybody wants to test a given version of Python for the 
error):

python -c from distutils.core import setup; setup(name='foo.project', 
version='1.0', url='http://www.example.com', author='Foo', 
author_email='f...@example.com', long_description = u'\xc0',) check -r

--
nosy: +jason.coombs

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13114
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13114] check -r fails with non-ASCII unicode long_description

2011-10-14 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za added the comment:

New changeset d5fb646e7ce1 by Éric Araujo in branch 'default':
Add tests for Unicode handling in packaging’ check and register (#13114)
http://hg.python.org/cpython/rev/d5fb646e7ce1

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13114
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13114] check -r fails with non-ASCII unicode long_description

2011-10-09 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za added the comment:

New changeset e16792003597 by Éric Araujo in branch '3.2':
Add tests for Unicode handling in distutils’ check and register (#13114)
http://hg.python.org/cpython/rev/e16792003597

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13114
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13114] check -r fails with non-ASCII unicode long_description

2011-10-09 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za added the comment:

New changeset 8d837bd8148a by Éric Araujo in branch '2.7':
Fix distutils’ check and register Unicode handling (#13114).
http://hg.python.org/cpython/rev/8d837bd8148a

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13114
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13114] check -r fails with non-ASCII unicode long_description

2011-10-09 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

Fixed, thanks again!

--
resolution:  - fixed
stage: needs patch - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13114
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13114] check -r fails with non-ASCII unicode long_description

2011-10-07 Thread Кирилл Кузьминых

Changes by Кирилл Кузьминых sai...@mail.ru:


--
versions: +3rd party

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13114
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13114] check -r fails with non-ASCII unicode long_description

2011-10-07 Thread Кирилл Кузьминых

Changes by Кирилл Кузьминых sai...@mail.ru:


--
type: crash - behavior

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13114
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13114] check -r fails with non-ASCII unicode long_description

2011-10-07 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

Thanks for the quick patch!  I feared it would be something more complicated :) 
 I will add a test and commit this.  (I added 3.2 and 3.3 to the versions 
because I will add the test there too, to make sure the code behaves right.)  
Can you give me a Latin transliteration of your name so that I can credit you?

--
versions: +Python 3.2, Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13114
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13114] check -r fails with non-ASCII unicode long_description

2011-10-07 Thread Kirill Kuzminykh

Kirill Kuzminykh sai...@mail.ru added the comment:

Latin transliteration of my name is Kirill Kuzminykh.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13114
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13114] check -r fails with non-ASCII unicode long_description

2011-10-06 Thread Кирилл Кузьминых

Кирилл Кузьминых sai...@mail.ru added the comment:

I created the patch (in attachment) for Distutils from Python 2.7.

PS:
Python 3.2 does not contain this error, because there the entire text is stored 
in unicode.

--
components:  -Distutils2
keywords: +patch
type: behavior - crash
versions:  -3rd party, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file23335/check_rst.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13114
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13114] check -r fails with non-ASCII unicode long_description

2011-10-06 Thread Кирилл Кузьминых

Changes by Кирилл Кузьминых sai...@mail.ru:


--
components: +Distutils2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13114
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13114] check -r fails with non-ASCII unicode long_description

2011-10-06 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

Your file uses setuptools, which is not part of Python, but I can reproduce the 
same bug with distutils.

--
assignee: tarek - eric.araujo
components: +Distutils2
nosy: +alexis
stage:  - needs patch
title: UnicodeDecodeError in command `register` due to using not ASCII chars in 
long_description - check -r fails with non-ASCII unicode long_description
type: crash - behavior
versions: +3rd party, Python 3.2, Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13114
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com