On Wed, May 21, 2014 at 07:51:03AM -0700, Jens Troeger wrote: > Ouch, ok thank you! I saw it says on the website "Supports Python 2.6, 2.7 > and 3.3." perhaps add an "only" to the end here to emphasize that statement? > > Jens
IMO it is not necessary, but obviously this question would only yield subjective answers. It is actually quite common that 2-and-3-compatible code doesn't support 3.2 and 3.1, as the unicode literals have been reintroduced in Python 3.3. http://legacy.python.org/dev/peps/pep-0414/ -- Markus -- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pocoo-libs. For more options, visit https://groups.google.com/d/optout.
