[Python-Dev] Results of the python 2.x and 3.x use survey, 2014 edition

2015-01-29 Thread Bruno Cauet
3, but dependencies keep them with 2.7 (I weep for the few ones still on 2.5). I also posted the results on HN (https://news.ycombinator.com/item?id=8967645) and reddit (http://www.reddit.com/r/Python/comments/2u3oh0/results_of_the_python_2x_and_3x_use_survey_2014/). Have a nice day, and a year

Re: [Python-Dev] Python 2.x and 3.x use survey, 2014 edition

2014-12-10 Thread Bruno Cauet
0, 2014 at 11:10 AM, Donald Stufft > wrote: > > > > > > On Dec 10, 2014, at 11:59 AM, Bruno Cauet > wrote: > > > > > > Hi all, > > > Last year a survey was conducted on python 2 and 3 usage. > > > Here is the 2014 edition, slightly updated (from 9

[Python-Dev] Python 2.x and 3.x use survey, 2014 edition

2014-12-10 Thread Bruno Cauet
Hi all, Last year a survey was conducted on python 2 and 3 usage. Here is the 2014 edition, slightly updated (from 9 to 11 questions). It should not take you more than 1 minute to fill. I would be pleased if you took that time. Here's the url: http://goo.gl/forms/tDTcm8UzB3 I'll publish the result

Re: [Python-Dev] Unicode decode exception

2014-11-30 Thread Bruno Cauet
Did you try opening it as a binary file? open(filename, 'rb'): — Tagada tsouin tsouin On Sun, Nov 30, 2014 at 5:06 PM, balaji marisetti wrote: > Hi, > When I try to iterate through the lines of a > file("openssl-1.0.1j/crypto/bn/asm/x86_64-gcc.c"), I get a > UnicodeDecodeError (in python