Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Dev

python 3.3 b2

 

 

Python dev RSS feed   Index | Next | Previous | View Threaded


yselivanov.ml at gmail

Jul 30, 2012, 12:42 PM

Post #1 of 9 (363 views)
Permalink
python 3.3 b2

Hi all,

What's the status of Python 3.3 beta 2?

Thanks,
Yury
_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


stefan at bytereef

Jul 30, 2012, 1:14 PM

Post #2 of 9 (350 views)
Permalink
Re: python 3.3 b2 [In reply to]

Yury Selivanov <yselivanov.ml [at] gmail> wrote:
> What's the status of Python 3.3 beta 2?

It's postponed until next weekend.


Stefan Krah


_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


g.brandl at gmx

Jul 30, 2012, 1:22 PM

Post #3 of 9 (349 views)
Permalink
Re: python 3.3 b2 [In reply to]

Am 30.07.2012 21:42, schrieb Yury Selivanov:
> Hi all,
>
> What's the status of Python 3.3 beta 2?

As I've explained on python-committers, it's currently on hold pending
the resolution of some importlib issues as well as a bug with the
cross-compiling code. I won't issue a concrete date, but I expect the
release to be made some time before next Sunday.

cheers,
Georg

_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


barry at python

Jul 30, 2012, 1:59 PM

Post #4 of 9 (357 views)
Permalink
Re: python 3.3 b2 [In reply to]

On Jul 30, 2012, at 10:22 PM, Georg Brandl wrote:

>As I've explained on python-committers, it's currently on hold pending
>the resolution of some importlib issues as well as a bug with the
>cross-compiling code. I won't issue a concrete date, but I expect the
>release to be made some time before next Sunday.

I expect to land the new import documentation (issue 15295) within the next
day or so, after I slog through the remaining comments. I have unpushed local
changes that still need a little polishing, but I don't want it to linger too
long.

-Barry
_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


g.brandl at gmx

Jul 30, 2012, 9:46 PM

Post #5 of 9 (343 views)
Permalink
Re: python 3.3 b2 [In reply to]

Am 30.07.2012 22:59, schrieb Barry Warsaw:
> On Jul 30, 2012, at 10:22 PM, Georg Brandl wrote:
>
>>As I've explained on python-committers, it's currently on hold pending
>>the resolution of some importlib issues as well as a bug with the
>>cross-compiling code. I won't issue a concrete date, but I expect the
>>release to be made some time before next Sunday.
>
> I expect to land the new import documentation (issue 15295) within the next
> day or so, after I slog through the remaining comments. I have unpushed local
> changes that still need a little polishing, but I don't want it to linger too
> long.

That's good news; thank you Barry!

And of course big kudos go to Nick, who's sorting out a lot of the latest
blockers more or less single-handedly :)

Georg

_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


ncoghlan at gmail

Jul 30, 2012, 10:56 PM

Post #6 of 9 (346 views)
Permalink
Re: python 3.3 b2 [In reply to]

On Tue, Jul 31, 2012 at 2:46 PM, Georg Brandl <g.brandl [at] gmx> wrote:
> Am 30.07.2012 22:59, schrieb Barry Warsaw:
>> On Jul 30, 2012, at 10:22 PM, Georg Brandl wrote:
>>
>>>As I've explained on python-committers, it's currently on hold pending
>>>the resolution of some importlib issues as well as a bug with the
>>>cross-compiling code. I won't issue a concrete date, but I expect the
>>>release to be made some time before next Sunday.
>>
>> I expect to land the new import documentation (issue 15295) within the next
>> day or so, after I slog through the remaining comments. I have unpushed local
>> changes that still need a little polishing, but I don't want it to linger too
>> long.
>
> That's good news; thank you Barry!
>
> And of course big kudos go to Nick, who's sorting out a lot of the latest
> blockers more or less single-handedly :)

With Brett doing so much of the heavy lifting to get importlib
bootstrapped in the first place, helping to file off the last few
rough edges seems like the least I can do :)

Something that has definitely suffered for it is the ipaddress docs,
though - they're still missing the method and attribute details for
the various types (see http://bugs.python.org/issue14814).

Cheers,
Nick.

--
Nick Coghlan | ncoghlan [at] gmail | Brisbane, Australia
_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


brett at python

Jul 31, 2012, 6:16 AM

Post #7 of 9 (339 views)
Permalink
Re: python 3.3 b2 [In reply to]

On Tue, Jul 31, 2012 at 1:56 AM, Nick Coghlan <ncoghlan [at] gmail> wrote:

> On Tue, Jul 31, 2012 at 2:46 PM, Georg Brandl <g.brandl [at] gmx> wrote:
> > Am 30.07.2012 22:59, schrieb Barry Warsaw:
> >> On Jul 30, 2012, at 10:22 PM, Georg Brandl wrote:
> >>
> >>>As I've explained on python-committers, it's currently on hold pending
> >>>the resolution of some importlib issues as well as a bug with the
> >>>cross-compiling code. I won't issue a concrete date, but I expect the
> >>>release to be made some time before next Sunday.
> >>
> >> I expect to land the new import documentation (issue 15295) within the
> next
> >> day or so, after I slog through the remaining comments. I have
> unpushed local
> >> changes that still need a little polishing, but I don't want it to
> linger too
> >> long.
> >
> > That's good news; thank you Barry!
> >
> > And of course big kudos go to Nick, who's sorting out a lot of the latest
> > blockers more or less single-handedly :)
>
> With Brett doing so much of the heavy lifting to get importlib
> bootstrapped in the first place, helping to file off the last few
> rough edges seems like the least I can do :)
>

Yes, definite thanks to Nick for dealing with a bunch of pkgutil bugs and
such, along with Barry pushing the new import docs forward, Eric Snow for
helping discuss all of the issues, and Eric Smith chiming in as well for b2
doc stuff.

My personal life got thrown a curveball last week that is going to take a
month before the turmoil from it settles down completely and my free time
isn't spent on work stuff (no need to worry, everyone is fine and there
won't be any long term effects) so I definitely appreciate the help with
all of this.


>
> Something that has definitely suffered for it is the ipaddress docs,
> though - they're still missing the method and attribute details for
> the various types (see http://bugs.python.org/issue14814).
>

Heh, the PEP 362 Signature docs have not been checked in yet either (
http://bugs.python.org/issue15151), although Yury has a draft done. So you
are not the only one behind in docs stuff for 3.3. =)


eliben at gmail

Aug 9, 2012, 1:48 AM

Post #8 of 9 (272 views)
Permalink
Re: python 3.3 b2 [In reply to]

> As I've explained on python-committers, it's currently on hold pending
> the resolution of some importlib issues as well as a bug with the
> cross-compiling code. I won't issue a concrete date, but I expect the
> release to be made some time before next Sunday.
>

The release dates on python.org aren't up-to-date. Could you update them
with the latest estimate(s). It doesn't have to be precise, but surely
there will be no RC2 release 3 days from now.

Eli


g.brandl at gmx

Aug 9, 2012, 10:47 PM

Post #9 of 9 (271 views)
Permalink
Re: python 3.3 b2 [In reply to]

On 09.08.2012 10:48, Eli Bendersky wrote:
>
> As I've explained on python-committers, it's currently on hold pending
> the resolution of some importlib issues as well as a bug with the
> cross-compiling code. I won't issue a concrete date, but I expect the
> release to be made some time before next Sunday.
>
>
> The release dates on python.org <http://python.org> aren't up-to-date. Could you
> update them with the latest estimate(s). It doesn't have to be precise, but
> surely there will be no RC2 release 3 days from now.

Now they are up to date again.

Georg

_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com

Python dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.