From: Jeff A. <ja...@fa...> - 2015-09-02 06:49:46
|
I'm now working #2364, the bytearray.isalpha() divergence from CPython. I'll include their friends and relations, (islower, isalnum, ... must be wrong too) and take in the corresponding str/bytes methods. This is likely to make it for 10 Sep. I've noticed that our unicode.isdigit() and unicode.isspace() are also divergent at a few points in 0x80-0xff, but that would be a different issue (although I have to pick unicode.isalpha apart from str.isalpha, anyway ... ). I guess we're all busy on other things besides this, but it is good to produce something, if the release process is not too onerous. Jeff Allen On 01/09/2015 21:44, Jim Baker wrote: > Just want to remind everyone that we are still on target for beta 1 > next week on Thurs Sept 10. Thanks Jeff for fixing circular imports! > > There are a bunch of things I personally planned to do -- on sockets > in particular -- that slipped. Busy on other things besides Jython > dev. But I believe I can get most of the outstanding socket bugs plus > installer changes done by beta 2. > > Regardless we will have an even better version of Jython with 2.7.1 > just with the fixes that have been made to date. > > - Jim > > On Fri, Aug 7, 2015 at 3:19 PM, Jeff Allen <ja...@fa... > <mailto:ja...@fa...>> wrote: > > On 07/08/2015 22:00, fwi...@gm... > <mailto:fwi...@gm...> wrote: > > On Fri, Aug 7, 2015 at 11:33 AM, Jim Baker <jim...@py... > <mailto:jim...@py...>> wrote: > >> It's time for us to plan the Jython 2.7.1 release schedule. I'm > going to > >> suggest the following dates: > >> > >> Beta 1 on Thur Sept 10 > >> Beta 2 on Thur Oct 8 > >> Release Candidate on Thur Nov 5 > >> Final release on Thur Nov 19 > > These dates sound good to me +1! > > > > I have actually run into the import bugs in the wild (can't remember > > where exactly - it might have been in Flask). So I'm looking forward > > to it. > > > > -Frank > > > The dates seem good to me too as an aim. I have a three things marked > for me of the tracker, including the circular import bug (and one I > think is a no-fix in 2.7). But we've gained a few issues while my mind > was elsewhere. > > Jeff > > > ------------------------------------------------------------------------------ > _______________________________________________ > Jython-dev mailing list > Jyt...@li... > <mailto:Jyt...@li...> > https://lists.sourceforge.net/lists/listinfo/jython-dev > > |