Issue 1076365: Whats New for 2.4 "SafeTemplate" patch. (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/41254

classification

Title: Whats New for 2.4 "SafeTemplate" patch.
Type: Stage:
Components: Documentation Versions: Python 2.4

process

Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, barry, jafo
Priority: normal Keywords:

Created on 2004-11-30 23:03 by jafo, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
whatsnew24-SafeTemplate-rsplit.diff jafo,2004-11-30 23:03 Patch against current CVS for whatsnew24.tex
Messages (3)
msg23400 - (view) Author: Sean Reifschneider (jafo) * (Python committer) Date: 2004-11-30 23:03
Feel free to assign this back to me if you'd like, I can apply it if it's kosher. The "What's New in 2.4" document shows a demonstration with "SafeTemplate()" used. It should be "Template()", but using the "safe_substitute" method. The text and example are correct except for the use of SafeTemplate instead of Template. Also, I added my name to the string.rsplit() description as the contributor. Sean
msg23401 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2004-11-30 23:45
Logged In: YES user_id=12800 Also, Template does not inherit from unicode (it once did, but that was changed). You might also want to add that getservbyport() was added to the socket module. Also, its second argument and that of getservbyname() were made optional.
msg23402 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2004-12-01 13:45
Logged In: YES user_id=11375 Applied; thanks!
History
Date User Action Args
2022-04-11 14:56:08 admin set github: 41254
2004-11-30 23:03:08 jafo create