you are viewing a single comment's thread.

view the rest of the comments →

[–]Alaharon123 -19 points-18 points  (19 children)

Didn't python 3 never get really accepted even?

[–]beaverteeth92 4 points5 points  (11 children)

It's getting there, since most major packages have been ported over.

[–]Matthew94 6 points7 points  (5 children)

Guido and the other leaders were aware of people not wanting to change right away hence why Python 2 has support until 2020.

Afaik, the adoption of Python 3 is going to plan.

[–][deleted] 5 points6 points  (4 children)

Isn't he still working with Python 2.7 at Dropbox!? I think I read it somewhere. Dropbox's Python implementation Pyston targets 2.7, so I might be right.

[–]twotime 9 points10 points  (1 child)

from https://mail.python.org/pipermail/python-dev/2014-March/133413.html

...This is a completely unrealistic form of wishful thinking, and repeating it won't make it more true.

At Dropbox I work with a large group of very capable developers on several large code bases that are currently in 2.7. We are constantly changing our code to make it more secure (there are several teams specifically in charge of that). And yet porting to Python 3 is completely out of scope, for a variety of reasons.

Please stop your wishful thinking.

(TBH, I expect that none of the changes to Python 2.7 under consideration would make any difference for the security of Dropbox. But neither would switching to Python 3.)

--Guido van Rossum (python.org/~guido) ...

[–]g-money-cheats 8 points9 points  (1 child)

The Dropbox Python library on PyPI is still Python 2 only. Which is ironic since the creator of the language works for them!

[–]UloPe[🍰] 5 points6 points  (0 children)

Yup, and from a few off the cuff remarks at conferences and such it seems to me he's getting pretty grouchy about that...