Re: [Python-Dev] [Python-checkins] peps: PEP 430 is Final.

2012-10-28 Thread Georg Brandl
Am 28.10.2012 09:40, schrieb Barry Warsaw: > On Oct 28, 2012, at 09:21 AM, georg.brandl wrote: > >> PEP 430 is Final. > > From the PEP: > > "The existing /py3k/ subpath would be remapped to the new /3/ subpath." > > Does "remapped" mean redirects so as not to break the existing py3k urls? If

Re: [Python-Dev] [Python-checkins] peps: PEP 430 is Final.

2012-10-28 Thread Barry Warsaw
On Oct 28, 2012, at 09:21 AM, georg.brandl wrote: > PEP 430 is Final. >From the PEP: "The existing /py3k/ subpath would be remapped to the new /3/ subpath." Does "remapped" mean redirects so as not to break the existing py3k urls? If so, then cool. Cheers, -Barry