python / cpython

The Python programming language
https://www.python.org
Other
63.17k stars 30.25k forks source link

docs missing 'trace' module #38967

Closed 84eec9f4-d74c-4dbf-8911-da1772db4ae4 closed 17 years ago

84eec9f4-d74c-4dbf-8911-da1772db4ae4 commented 21 years ago
BPO 779976
Nosy @mwhudson, @freddrake, @akuchling

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields: ```python assignee = None closed_at = created_at = labels = ['docs'] title = "docs missing 'trace' module" updated_at = user = 'https://bugs.python.org/dalke' ``` bugs.python.org fields: ```python activity = actor = 'nnorwitz' assignee = 'jhylton' closed = True closed_date = None closer = None components = ['Documentation'] creation = creator = 'dalke' dependencies = [] files = [] hgrepos = [] issue_num = 779976 keywords = [] message_count = 6.0 messages = ['17441', '17442', '17443', '17444', '17445', '17446'] nosy_count = 7.0 nosy_names = ['mwh', 'jhylton', 'fdrake', 'akuchling', 'nnorwitz', 'dalke', 'phansen'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue779976' versions = ['Python 2.3'] ```

84eec9f4-d74c-4dbf-8911-da1772db4ae4 commented 21 years ago

The 'trace' module is new in Python 2.3. There is no mention of it in the module listing at http://www.python.org/ doc/2.3/modindex.html nor is it documented in the "undocumented modules" chapter at http://www.python.org/ doc/2.3/lib/undoc.html .

(You would think as one of the coauthors for that module that I could be of help, but it's been about 4 years since I looked at it. :)

freddrake commented 21 years ago

Logged In: YES user_id=3066

Jeremy made this a module, so he's volunteered to write the LaTeX docs.

mwhudson commented 21 years ago

Logged In: YES user_id=6656

\<prod>

Armin and I were talking about factoring out the co_lnotab-frobbing code and were being hampered by not knowing what the code was trying to do...

aa46bf15-f58d-4f1e-9251-70b682fb1c67 commented 20 years ago

Logged In: YES user_id=567267

A trivial related note: Tools/Scripts/README.txt still lists trace.py as though it were still there and not in Lib instead.

akuchling commented 18 years ago

Logged In: YES user_id=11375

I've updated the scripts/README in preparation for the 2.5b3 release.

d21744ff-f396-4c71-955e-7dbd2e886779 commented 17 years ago

It's listed in the 2.5 docs, so I'm closing: http://docs.python.org/dev/2.5/lib/trace-api.html