[Python-apps-team] Bug#500847: Bug#500847: [cython] Does not accept Unicode docstrings
Piotr Ożarowski
piotr at debian.org
Thu Oct 2 07:56:12 UTC 2008
[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
More information about the Python-apps-team
mailing list