~pythonregexp2.7/python/issue2636-01+09-02

« back to all changes in this revision

Viewing changes to README

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-09-22 00:16:16 UTC
  • mfrom: (39022.1.34 Regexp-2.7)
  • Revision ID: darklord@timehorse.com-20080922001616-p1wdip9lfp0zl5cu
Merged in changes from the Atomic Grouping / Possessive Qualifiers branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
This is Python version 2.6 alpha 3
2
 
==================================
 
1
This is Python version 2.6 release candidate 2
 
2
==============================================
3
3
 
4
4
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
5
5
Python Software Foundation.
90
90
primarily for documentation authors, translators, and people with special
91
91
formatting requirements.
92
92
 
93
 
Unfortunately, new-style classes (new in Python 2.2) have not yet been
94
 
integrated into Python's standard documentation.  A collection of
95
 
pointers to what has been written is at:
96
 
 
97
 
    http://www.python.org/doc/newstyle.html
98
 
 
99
93
 
100
94
Web sites
101
95
---------