Fred Drake
|
0c209047ba
|
Correct a markup error for an accented character.
Reported by Milan Zamazal <pdm@zamazal.org>.
|
2001-06-29 16:25:07 +00:00 |
Fred Drake
|
f66cb5d0eb
|
Corrected an error in the information on supporting weak references in
extension types (the docs reflected a development version of the API).
This closes SF bug #435066.
|
2001-06-22 17:20:29 +00:00 |
Fred Drake
|
e7ec1efe50
|
Fix typo in weakref.proxy() documentation.
This closes SF bug #423087.
|
2001-05-10 17:22:17 +00:00 |
Fred Drake
|
eedf985056
|
Include a synopsis for the chapter overview.
|
2001-04-11 19:17:11 +00:00 |
Fred Drake
|
ac154a17a3
|
Remove the mapping() function from the documentation.
Add a description of the ReferenceError exception.
|
2001-04-10 19:57:58 +00:00 |
Fred Drake
|
cb83988151
|
Added example use of weak references, contributed by Tim Peters.
|
2001-03-28 21:15:41 +00:00 |
Fred Drake
|
5e0dfaccd1
|
Update to the most recent weakref changes.
|
2001-03-23 04:36:02 +00:00 |
Martin v. Löwis
|
5e1633365d
|
Patch #403985: Add support for weak-keyed dictionaries
|
2001-02-27 18:36:56 +00:00 |
Andrew M. Kuchling
|
e7d7e6c879
|
Fix two typos
|
2001-02-14 02:39:11 +00:00 |
Fred Drake
|
ebcf6a8573
|
Documentation for the weakref module.
|
2001-02-01 05:20:20 +00:00 |