This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Markup tweaks to @deco examples in libref
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, ddorfman
Priority: normal Keywords: patch

Created on 2004-08-08 11:22 by ddorfman, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
libfuncs.diff ddorfman, 2004-08-08 11:22 Diff against libfuncs.tex
Messages (2)
msg46581 - (view) Author: Dima Dorfman (ddorfman) Date: 2004-08-08 11:22
Trivial markup tweaks to the @staticmethod and @classmethod 
examples in the library reference:

  - Use \versionadded instead of inlining an inconsistent version of 
that text
  - Add the @decos-added-in-2.4 line to the staticmethod section 
as well (previously, it was only on classmethod)
msg46582 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2004-08-09 17:36
Logged In: YES 
user_id=11375

Committed to the trunk; thanks!
History
Date User Action Args
2022-04-11 14:56:06adminsetgithub: 40715
2004-08-08 11:22:43ddorfmancreate