-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarified docs for Python 2 and added limitations
Details: * Docs: In the Introduction section, removed statements about the nocasedict behavior in Python 2. * Docs: In the Introduction section, documented the limitation that 'd | other' and 'd |= other' which were added to the standard Pyton 'dict' class in Python 3.9 are not yet supported by nocasedict. Signed-off-by: Andreas Maier <[email protected]>
- Loading branch information
1 parent
5bdd995
commit 06abbd1
Showing
2 changed files
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters