Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #54279 > unrolled thread

Is this a bug in Python 3.3?

Started byAseem Bansal <asmbansal2@gmail.com>
First post2013-09-17 04:22 -0700
Last post2013-09-17 11:28 -0400
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  Is this a bug in Python 3.3? Aseem Bansal <asmbansal2@gmail.com> - 2013-09-17 04:22 -0700
    Re: Is this a bug in Python 3.3? Terry Reedy <tjreedy@udel.edu> - 2013-09-17 11:28 -0400

#54279 — Is this a bug in Python 3.3?

FromAseem Bansal <asmbansal2@gmail.com>
Date2013-09-17 04:22 -0700
SubjectIs this a bug in Python 3.3?
Message-ID<7787e84f-f863-437d-aeac-2be142ab5872@googlegroups.com>
While using IDLE I used the license() function to see the license information. In it there was a list of all the versions and from which version they are derived is written.

The list goes upto 3.3.1 but doesn't include 3.3.2. Is that a minor bug or is the current version not mentioned in that list?

[toc] | [next] | [standalone]


#54315

FromTerry Reedy <tjreedy@udel.edu>
Date2013-09-17 11:28 -0400
Message-ID<mailman.81.1379431709.18130.python-list@python.org>
In reply to#54279
On 9/17/2013 7:22 AM, Aseem Bansal wrote:
> While using IDLE I used the license() function to see the license information. In it there was a list of all the versions and from which version they are derived is written.

The 2.7 list ends with 2.7. The 3.x does not even include 2.7.

> The list goes upto 3.3.1 but doesn't include 3.3.2. Is that a minor bug or is the current version not mentioned in that list?

I will ask on the python-dev list.

-- 
Terry Jan Reedy

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web