Bug#500847: [cython] Does not accept Unicode docstrings

2008-10-04 Thread Robert Bradshaw
As noted on cython-devel, this bug has already been fixed upstream. - Robert -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#500847: [cython] Does not accept Unicode docstrings

2008-10-02 Thread Ondrej Certik
On Thu, Oct 2, 2008 at 1:28 AM, P M [EMAIL PROTECTED] wrote: Package: cython Version: 0.9.8-1 Severity: normal Cython does not accept Unicode docstrings in .pyx files. I have attached a sample session with a .pyx file, where I define a function with a docstring containing Greek characters.

Bug#500847: [Python-apps-team] Bug#500847: [cython] Does not accept Unicode docstrings

2008-10-02 Thread Piotr Ożarowski
[P M, 2008-10-02 01:34] $ cat bug.pyx def hello(): '''Γειά σου, κόσμε!''' print 'Hello, world!' there's a missing: # -*- coding: utf-8 -*- but it doesn't work with this line either -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble?

Bug#500847: [Python-apps-team] Bug#500847: [cython] Does not accept Unicode docstrings

2008-10-02 Thread Ondrej Certik
2008/10/2 Piotr Ożarowski [EMAIL PROTECTED]: [P M, 2008-10-02 01:34] $ cat bug.pyx def hello(): '''Γειά σου, κόσμε!''' print 'Hello, world!' there's a missing: # -*- coding: utf-8 -*- but it doesn't work with this line either Please follow the thread Does not accept

Bug#500847: [cython] Does not accept Unicode docstrings

2008-10-01 Thread P M
Package: cython Version: 0.9.8-1 Severity: normal Cython does not accept Unicode docstrings in .pyx files. I have attached a sample session with a .pyx file, where I define a function with a docstring containing Greek characters. The file's contents are in UTF-8. What is more, instead of an