Python Forum
frozenset.copy() docs wrong
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
frozenset.copy() docs wrong
#9
i wasn't wanting to check for an application purpose, but to study that copy method. as far as i can see, for immutable objects like an instance of frozenset, there is no value to know if it is a copy or a reference to a shared instance. ultimately, whether a copy method of an immutable object does a (recursive) full copy or makes a new reference (however the implementation carries that out), it doesn't really matter, at all. so the difference is moot. there is no real point to define the difference besides beginners potentially not understanding why it might be omitted.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
frozenset.copy() docs wrong - by Skaperen - Apr-02-2020, 08:15 PM
RE: frozenset.copy() docs wrong - by stranac - Apr-03-2020, 09:41 AM
RE: frozenset.copy() docs wrong - by Skaperen - Apr-03-2020, 08:13 PM
RE: frozenset.copy() docs wrong - by stranac - Apr-06-2020, 05:20 AM
RE: frozenset.copy() docs wrong - by Skaperen - Apr-06-2020, 10:24 PM
RE: frozenset.copy() docs wrong - by stranac - Apr-07-2020, 05:38 AM
RE: frozenset.copy() docs wrong - by Skaperen - Apr-07-2020, 07:20 AM
RE: frozenset.copy() docs wrong - by stranac - Apr-07-2020, 11:21 AM
RE: frozenset.copy() docs wrong - by Skaperen - Apr-08-2020, 12:56 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  where is documentation for stat result attributes in PDF docs? Skaperen 5 1,049 May-18-2023, 07:24 PM
Last Post: Skaperen
  when would a frozenset be needed? Skaperen 12 4,428 Apr-15-2020, 04:38 AM
Last Post: buran
  looking up docs for open file methods Skaperen 3 2,455 Nov-10-2019, 01:08 AM
Last Post: Skaperen
  Operator Precedence Direction in Docs blitz4 3 3,139 Mar-11-2018, 06:15 AM
Last Post: wavic
  Docs missing info? tozqo 3 4,447 Jun-21-2017, 06:50 AM
Last Post: Kebap

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020