()
| 365 | return self.__has_key(key) |
| 366 | |
| 367 | def zopeCompatibilityHack(): |
| 368 | global FeedParserDict |
| 369 | del FeedParserDict |
| 370 | def FeedParserDict(aDict=None): |
| 371 | rc = {} |
| 372 | if aDict: |
| 373 | rc.update(aDict) |
| 374 | return rc |
| 375 | |
| 376 | _ebcdic_to_ascii_map = None |
| 377 | def _ebcdic_to_ascii(s): |