Hi,
On Thu, 7 Feb 2013 23:33:46 +0800
LittleQ wrote:
>
> PyCon Taiwan is calling for proposals now, Python is becoming one of famous
> programming languages in Taiwan, We need every Python developers'
> participating. Go to the link above, and submit your proposal right now! :D
>
> Feel free t
On Wed, Feb 6, 2013 at 3:29 PM, Brian Curtin wrote:
> Since the Language Summit is held at PyCon I think this counts as
> on-topic...
>
> If you're interested in going to the conference, there are under 50
> tickets remaining: https://us.pycon.org/2013/registration/
... and then there were none
> (btw, nothing to do with this discussion, Nick, but it appears your
> RHEL buildbot is offline)
>
> Regards
Btw rpm build and packaging can be done on the suse build service: it is a very
complete (and free) service.
https://build.opensuse.org
___
Le Thu, 7 Feb 2013 20:02:39 +1000,
Nick Coghlan a écrit :
> On 7 Feb 2013 19:13, "Antoine Pitrou" wrote:
> >
> > Le Wed, 6 Feb 2013 16:08:39 -0500,
> > Barry Warsaw a écrit :
> > > On Feb 06, 2013, at 02:38 PM, Antoine Pitrou wrote:
> > >
> > > >Le Mon, 04 Feb 2013 21:04:39 +0100,
> > > >Matthia
On 7 Feb 2013 19:13, "Antoine Pitrou" wrote:
>
> Le Wed, 6 Feb 2013 16:08:39 -0500,
> Barry Warsaw a écrit :
> > On Feb 06, 2013, at 02:38 PM, Antoine Pitrou wrote:
> >
> > >Le Mon, 04 Feb 2013 21:04:39 +0100,
> > >Matthias Klose a écrit :
> > >> So what I do understand, build-related issues lik
Le Wed, 6 Feb 2013 16:08:39 -0500,
Barry Warsaw a écrit :
> On Feb 06, 2013, at 02:38 PM, Antoine Pitrou wrote:
>
> >Le Mon, 04 Feb 2013 21:04:39 +0100,
> >Matthias Klose a écrit :
> >> So what I do understand, build-related issues like an arm64 or
> >> mingw32 port are ok for 2.7, if they are s
Here is the update of PEP-0431. The major changes are that the new
class now has a lowercase name, to conform to the rest of the datetime
modeule: dsttimezone (i decided against dst_timezone, as non of the
other classes have underscores).
Also the timezone name sets are gone.
Thanks to Nick Coghl