Changeset 2539
- Timestamp:
- Apr 15, 2010 1:21:50 AM (11 years ago)
- Location:
- ceps
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ceps/cep-0000.txt
r2536 r2539 11 11 Introduction 12 12 13 The CEP contains the index of all Coopr Enhancement Proposals, 14 known as CEPs. CEP numbers are assigned by the CEP Editor, and 15 once assigned are never changed. The SVN history [1] of the CEP 16 texts represent their historical record. 13 This CEP contains the index of all Coopr Enhancement Proposals, 14 known as CEPs. See CEP 1 [1] for a description of CEPs and how 15 they are managed. Note that CEP numbers are assigned by the CEP 16 Editor, and once assigned are never changed. The SVN history [2] 17 of the CEP texts represent their historical record. 17 18 18 19 … … 79 80 80 81 81 [1] View CEP history online 82 [1] CEP 1, CEP Purpopse and Guidelines, Hart 83 http://www.coin-or.org/Coopr/ceps/cep-0001.html 84 85 [2] View CEP history online 82 86 https://projects.coin-or.org/Coopr/browser/ceps 83 87 -
ceps/python/pep0/constants.py
r2524 r2539 15 15 16 16 intro = u""" 17 The CEP contains the index of all Coopr Enhancement Proposals, 18 known as CEPs. CEP numbers are assigned by the CEP Editor, and 19 once assigned are never changed. The SVN history [1] of the CEP 20 texts represent their historical record. 17 This CEP contains the index of all Coopr Enhancement Proposals, 18 known as CEPs. See CEP 1 [1] for a description of CEPs and how 19 they are managed. Note that CEP numbers are assigned by the CEP 20 Editor, and once assigned are never changed. The SVN history [2] 21 of the CEP texts represent their historical record. 21 22 """ 22 23 23 24 references = u""" 24 [1] View CEP history online 25 [1] CEP 1, CEP Purpopse and Guidelines, Hart 26 http://www.coin-or.org/Coopr/ceps/cep-0001.html 27 28 [2] View CEP history online 25 29 https://projects.coin-or.org/Coopr/browser/ceps 26 30 """
Note: See TracChangeset
for help on using the changeset viewer.