Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional index items, other minor details #38692

Closed
average mannequin opened this issue Jun 20, 2003 · 5 comments
Closed

Additional index items, other minor details #38692

average mannequin opened this issue Jun 20, 2003 · 5 comments
Labels
docs Documentation in the Doc dir

Comments

@average
Copy link
Mannequin

average mannequin commented Jun 20, 2003

BPO 757822
Nosy @rhettinger

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:

assignee = None
closed_at = <Date 2003-07-02.15:25:28.000>
created_at = <Date 2003-06-20.11:31:32.000>
labels = ['docs']
title = 'Additional index items, other minor details'
updated_at = <Date 2003-07-02.15:25:28.000>
user = 'https://bugs.python.org/average'

bugs.python.org fields:

activity = <Date 2003-07-02.15:25:28.000>
actor = 'rhettinger'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2003-06-20.11:31:32.000>
creator = 'average'
dependencies = []
files = []
hgrepos = []
issue_num = 757822
keywords = []
message_count = 5.0
messages = ['16553', '16554', '16555', '16556', '16557']
nosy_count = 2.0
nosy_names = ['rhettinger', 'average']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue757822'
versions = ['Python 2.3']

@average
Copy link
Mannequin Author

average mannequin commented Jun 20, 2003

It seems that various recent language changes have not
made it into any of the indices (super, property,
__slots__, ...).

LibRef:

3.14, first paragraph, last sentence unfinished "...to
avoid confusing."

3.3, first paragraph after XXX: "Not all objects can
be weakly referenced; those objects which do include
class instances,..."

If I get around to it myself, will try to submit
patches for above :).

Thanks...

Mark

@average average mannequin closed this as completed Jun 20, 2003
@average average mannequin added the docs Documentation in the Doc dir label Jun 20, 2003
@average average mannequin closed this as completed Jun 20, 2003
@average average mannequin added the docs Documentation in the Doc dir label Jun 20, 2003
@rhettinger
Copy link
Contributor

Logged In: YES
user_id=80475

super(), property(), classmethod(), object(), staticmethod()
are now all in the index. They automatically make it there
when their functions were documented.

Sadly, __slots__ is not indexed because it is not yet
documented.

Fixed paragraph 3.14. See Doc/lib/libpickle.tex 1.42

For paragraph 3.3, it isn't clear what you want changed.
Please let me know so we can clear this bug report.

@rhettinger
Copy link
Contributor

Logged In: YES
user_id=80475

Added docs and indexing for __metaclass__ and __slots__.

The only thing left is your comment on 3.3 which looks fine
to me. Closing bug and marking as fixed.

@average
Copy link
Mannequin Author

average mannequin commented Jul 2, 2003

Logged In: YES
user_id=127614

Sorry for the belated followup.

The 3.3 note was to point out the mismatched verb ("can"
changes to "do"): Re-write:
"Not all objects can be weakly referenced; those objects
which can include
class instances, ..."

Thanks,

Mark
<maj64 at antisocial dot com>

@rhettinger
Copy link
Contributor

Logged In: YES
user_id=80475

Okay, that is fixed too.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

1 participant