wxjmfa...@gmail.com wrote: > Le jeudi 24 septembre 2015 08:02:38 UTC+2, Steven D'Aprano a écrit : >> >> >> What are your favorite not-wrong-just-weird Python moments? >> >> > Showing how to make Python 3.5.0 crash by > just using an "é", U+00E9.
Like this ? Python 3.5.0 (default, Sep 24 2015, 19:47:57) [GCC 4.9.2] on linux Type "help", "copyright", "credits" or "license" for more information. >>> s = "\u00E9" >>> print(s) é -- https://mail.python.org/mailman/listinfo/python-list