Re: [Python-Dev] On porting to Python 3 as the answer

2014-03-23 Thread Nick Coghlan
On 24 Mar 2014 03:48, "Guido van Rossum" wrote: > > On Sun, Mar 23, 2014 at 9:33 AM, "Martin v. Löwis" wrote: >> >> Am 23.03.14 17:22, schrieb Guido van Rossum: >> > 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

Re: [Python-Dev] On porting to Python 3 as the answer

2014-03-23 Thread Guido van Rossum
On Sun, Mar 23, 2014 at 9:33 AM, "Martin v. Löwis" wrote: > Am 23.03.14 17:22, schrieb Guido van Rossum: > > 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 (th

Re: [Python-Dev] On porting to Python 3 as the answer

2014-03-23 Thread Donald Stufft
On Mar 23, 2014, at 12:33 PM, Martin v. Löwis wrote: > Am 23.03.14 17:22, schrieb Guido van Rossum: >> 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 ar

Re: [Python-Dev] On porting to Python 3 as the answer

2014-03-23 Thread Martin v. Löwis
Am 23.03.14 17:22, schrieb Guido van Rossum: > 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 po