~ubuntu-branches/ubuntu/lucid/python2.6/lucid

« back to all changes in this revision

Viewing changes to Doc/license.rst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-03-11 13:30:19 UTC
  • mto: (10.1.13 sid)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20100311133019-sblbooa3uqrkoe70
Tags: upstream-2.6.5~rc2
Import upstream version 2.6.5~rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
+----------------+--------------+-----------+------------+-----------------+
97
97
| 2.6.1          | 2.6          | 2008      | PSF        | yes             |
98
98
+----------------+--------------+-----------+------------+-----------------+
 
99
| 2.6.2          | 2.6.1        | 2009      | PSF        | yes             |
 
100
+----------------+--------------+-----------+------------+-----------------+
 
101
| 2.6.3          | 2.6.2        | 2009      | PSF        | yes             |
 
102
+----------------+--------------+-----------+------------+-----------------+
 
103
| 2.6.4          | 2.6.3        | 2009      | PSF        | yes             |
 
104
+----------------+--------------+-----------+------------+-----------------+
 
105
| 2.6.5          | 2.6.4        | 2010      | PSF        | yes             |
 
106
+----------------+--------------+-----------+------------+-----------------+
99
107
 
100
108
.. note::
101
109
 
124
132
   analyze, test, perform and/or display publicly, prepare derivative works,
125
133
   distribute, and otherwise use Python |release| alone or in any derivative
126
134
   version, provided, however, that PSF's License Agreement and PSF's notice of
127
 
   copyright, i.e., "Copyright © 2001-2009 Python Software Foundation; All Rights
 
135
   copyright, i.e., "Copyright © 2001-2010 Python Software Foundation; All Rights
128
136
   Reserved" are retained in Python |release| alone or in any derivative version
129
137
   prepared by Licensee.
130
138
 
618
626
   - Use binascii module to do the actual line-by-line conversion
619
627
     between ascii and binary. This results in a 1000-fold speedup. The C
620
628
     version is still 5 times faster, though.
621
 
   - Arguments more compliant with python standard
 
629
   - Arguments more compliant with Python standard
622
630
 
623
631
 
624
632
XML Remote Procedure Calls