Dear IronPython community,
I recently worked on Jython issue 1057 (http://bugs.jython.org/issue1057) and
also improved the current solution of http://bugs.jython.org/issue1634167 a
bit. For these issues, it is very hard for Jython to emulate CPython behavior
due to the fundamentally different G
Hi,
It seems I have to correct myself:
Von: Markus Schaber
> While Python 2 existed in 16- and 32-bit Unicode flavours, Python 3 was UCS-4
> from the beginning. All strings are full unicode.
> (In Python 3.3, they included an optimization to use 8 or 16 bit for strings
> which do not actually
Hi,
Von: Pawel Jasinski
> On Tue, Sep 16, 2014 at 9:52 PM, Vernon D. Cole wrote:
> > Just out of curiosity, how does it work in CPython 3.4?
> As expected I guess:
> Python 3.4.0 (default, Apr 11 2014, 13:05:11)
> [GCC 4.8.2] on linux
> Type "help", "copyright", "credits" or "license" for more