Files
cpython/Doc/lib
Fred Drake ebbd14d7c2 Clarified a couple of issues for the startElement*() handlers:
- the attrs value may be re-used by the parser, so the implementation
  cannot rely on owning the object.
- an element with no namespace encountered in namespace mode will have a URI
  of None, not "" (startElementNS() only).

Fixed a couple of minor markup issues as well.
2001-11-18 04:58:28 +00:00
..
2001-11-05 01:55:03 +00:00
2001-08-27 20:02:17 +00:00
2001-10-20 16:07:41 +00:00
2001-07-20 11:04:19 +00:00
2001-08-14 11:42:13 +00:00
2001-10-24 21:10:52 +00:00
2001-11-05 21:31:15 +00:00
2001-09-29 05:01:59 +00:00
2001-11-06 22:10:47 +00:00
2001-10-26 19:50:26 +00:00