[issue8959] WINFUNCTYPE wrapped ctypes callbacks not functioning correctly in Python 2.7

2010-06-10 Thread Michael Curran
Michael Curran added the comment: Issue does not occure using Python 3.1.2. -- ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue8903] Add module level now() and today() functions to datetime module

2010-06-10 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: On Thu, Jun 10, 2010 at 10:37 PM, R. David Murray wrote: > > R. David Murray added the comment: > > I actually agree with Anatoly here.  I find it much more intuitive to do > >  import datetime > >   timestamp = datetime.now() > > than to do > >   timest

[issue8961] compile Python-2.7rc1 on AIX 5.3 with xlc_r

2010-06-10 Thread Tamás Gulácsi
Tamás Gulácsi added the comment: srid, You must be right, but the question is: How can I compile Python-2.7rc1 on AIX 5.3? I'd never said that this is a Python fault... I downloaded and extracted a fresh tarball, but the result is the same with the given ./configure call. So the problem is w

[issue8961] compile Python-2.7rc1 on AIX 5.3 with xlc_r

2010-06-10 Thread Tamás Gulácsi
Changes by Tamás Gulácsi : -- type: -> compile error ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue8968] token type constants are not documented

2010-06-10 Thread Éric Araujo
Éric Araujo added the comment: It is. Constants should be documented in the regular doc, not only by introspection or reading the source. See the doc for tokenize: “All constants from the token module are also exported from tokenize, as are two additional token type values”. Thanks for the r

[issue8959] WINFUNCTYPE wrapped ctypes callbacks not functioning correctly in Python 2.7

2010-06-10 Thread Michael Curran
Michael Curran added the comment: The issue does not occure with Python 2.7 beta 1, but does occure in Python 2.7 beta 2. So, with this in mind, its probably more likely that it may have been caused by the following change: "- On Windows, ctypes does no longer check the stack before and after

[issue8820] IDLE not launching correctly

2010-06-10 Thread Tal Einat
Tal Einat added the comment: Joseph, please mention which version of Python you are trying this with. If 2.6.4, please try with 2.6.5 to see if it still happens. -- nosy: +taleinat ___ Python tracker _

[issue8903] Add module level now() and today() functions to datetime module

2010-06-10 Thread Raymond Hettinger
Raymond Hettinger added the comment: FWIW, I concur with the rejection. -- nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-li

[issue8903] Add module level now() and today() functions to datetime module

2010-06-10 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

<    1   2