Commit 4f82621
* add test for the predefined object's attributes
* Include the "object" type in the lists of documented types
* remove 'or' from augment tuple
* 📜🤖 Added by blurb_it.
* Add cross-reference to news
Co-authored-by: C.A.M. Gerlach <[email protected]>
* Fix format for the function parameter
Co-authored-by: C.A.M. Gerlach <[email protected]>
* Add space
Co-authored-by: C.A.M. Gerlach <[email protected]>
* add reference for the 'object'
Co-authored-by: C.A.M. Gerlach <[email protected]>
* add reference for NotImplemented
Co-authored-by: C.A.M. Gerlach <[email protected]>
* Change ref:`string <textseq>` as class:`str`
Co-authored-by: C.A.M. Gerlach <[email protected]>
* remove hyphen from `newly-created`
* Update Doc/reference/datamodel.rst
'dictionaries' to 'dict'
Co-authored-by: C.A.M. Gerlach <[email protected]>
* Update predefined attribute types in testPredefinedAttrs
* Change `universal type` as `top type`
* Don't mention about the top type
* Update the description of richcmpfuncs
* Update Doc/library/stdtypes.rst
Co-authored-by: Éric <[email protected]>
* Revert: Hierarchy Section in Data Model Documentation
* Revert to original explanations of __new__ and __init__ methods in datamodel.rst for improved clarity.
* Update Doc/reference/datamodel.rst
Co-authored-by: Éric <[email protected]>
* Remove blank line
Co-authored-by: Éric <[email protected]>
* Use ref:`str <textseq>` instead of :class:`str
Co-authored-by: Éric <[email protected]>
* Revert changes the description of Other Built-in Types in stdtypes.rst
* Update Doc/reference/datamodel.rst
Co-authored-by: Éric <[email protected]>
---------
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: C.A.M. Gerlach <[email protected]>
Co-authored-by: Terry Jan Reedy <[email protected]>
Co-authored-by: Éric <[email protected]>
Co-authored-by: Carol Willing <[email protected]>
1 parent 6f512c6 commit 4f82621
File tree
4 files changed
+93
-18
lines changed- Doc
- library
- reference
- Lib/test
- Misc/NEWS.d/next/Documentation
4 files changed
+93
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1293 | 1293 | | |
1294 | 1294 | | |
1295 | 1295 | | |
1296 | | - | |
1297 | | - | |
1298 | | - | |
| 1296 | + | |
| 1297 | + | |
| 1298 | + | |
| 1299 | + | |
1299 | 1300 | | |
1300 | 1301 | | |
1301 | 1302 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2033 | 2033 | | |
2034 | 2034 | | |
2035 | 2035 | | |
2036 | | - | |
| 2036 | + | |
| 2037 | + | |
2037 | 2038 | | |
2038 | 2039 | | |
2039 | 2040 | | |
| |||
2043 | 2044 | | |
2044 | 2045 | | |
2045 | 2046 | | |
2046 | | - | |
2047 | | - | |
| 2047 | + | |
| 2048 | + | |
2048 | 2049 | | |
2049 | | - | |
| 2050 | + | |
2050 | 2051 | | |
2051 | 2052 | | |
2052 | 2053 | | |
| |||
2063 | 2064 | | |
2064 | 2065 | | |
2065 | 2066 | | |
2066 | | - | |
| 2067 | + | |
| 2068 | + | |
2067 | 2069 | | |
2068 | 2070 | | |
2069 | 2071 | | |
| |||
2087 | 2089 | | |
2088 | 2090 | | |
2089 | 2091 | | |
| 2092 | + | |
| 2093 | + | |
| 2094 | + | |
2090 | 2095 | | |
2091 | 2096 | | |
2092 | 2097 | | |
| |||
2129 | 2134 | | |
2130 | 2135 | | |
2131 | 2136 | | |
| 2137 | + | |
| 2138 | + | |
| 2139 | + | |
| 2140 | + | |
| 2141 | + | |
| 2142 | + | |
2132 | 2143 | | |
2133 | 2144 | | |
2134 | 2145 | | |
| |||
2184 | 2195 | | |
2185 | 2196 | | |
2186 | 2197 | | |
2187 | | - | |
2188 | | - | |
2189 | | - | |
| 2198 | + | |
| 2199 | + | |
| 2200 | + | |
2190 | 2201 | | |
2191 | 2202 | | |
2192 | 2203 | | |
| |||
2236 | 2247 | | |
2237 | 2248 | | |
2238 | 2249 | | |
2239 | | - | |
2240 | | - | |
| 2250 | + | |
| 2251 | + | |
2241 | 2252 | | |
2242 | 2253 | | |
2243 | 2254 | | |
| |||
2259 | 2270 | | |
2260 | 2271 | | |
2261 | 2272 | | |
| 2273 | + | |
2262 | 2274 | | |
2263 | 2275 | | |
2264 | 2276 | | |
| |||
2397 | 2409 | | |
2398 | 2410 | | |
2399 | 2411 | | |
2400 | | - | |
2401 | | - | |
| 2412 | + | |
| 2413 | + | |
2402 | 2414 | | |
2403 | 2415 | | |
2404 | 2416 | | |
| |||
3090 | 3102 | | |
3091 | 3103 | | |
3092 | 3104 | | |
| 3105 | + | |
3093 | 3106 | | |
3094 | 3107 | | |
3095 | 3108 | | |
3096 | 3109 | | |
3097 | 3110 | | |
3098 | 3111 | | |
3099 | 3112 | | |
3100 | | - | |
3101 | | - | |
| 3113 | + | |
| 3114 | + | |
| 3115 | + | |
3102 | 3116 | | |
3103 | | - | |
| 3117 | + | |
3104 | 3118 | | |
3105 | 3119 | | |
3106 | 3120 | | |
| |||
3460 | 3474 | | |
3461 | 3475 | | |
3462 | 3476 | | |
| 3477 | + | |
3463 | 3478 | | |
3464 | 3479 | | |
3465 | 3480 | | |
| |||
3709 | 3724 | | |
3710 | 3725 | | |
3711 | 3726 | | |
| 3727 | + | |
| 3728 | + | |
3712 | 3729 | | |
3713 | 3730 | | |
3714 | 3731 | | |
| |||
3794 | 3811 | | |
3795 | 3812 | | |
3796 | 3813 | | |
| 3814 | + | |
| 3815 | + | |
| 3816 | + | |
3797 | 3817 | | |
3798 | 3818 | | |
3799 | 3819 | | |
| |||
3840 | 3860 | | |
3841 | 3861 | | |
3842 | 3862 | | |
| 3863 | + | |
| 3864 | + | |
3843 | 3865 | | |
3844 | 3866 | | |
3845 | 3867 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
503 | 503 | | |
504 | 504 | | |
505 | 505 | | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
506 | 556 | | |
507 | 557 | | |
508 | 558 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments