http.cookiejar.CookiePolicy.path_return_ok()

CookiePolicy.path_return_ok(path, request) Return false if cookies should not be returned, given cookie path. See the documentation for domain_return_ok().

xml.sax.SAXNotRecognizedException

exception xml.sax.SAXNotRecognizedException(msg, exception=None) Subclass of SAXException raised when a SAX XMLReader is confronted with an unrecognized feature or property. SAX applications and extensions may use this class for similar purposes.

struct.Struct.iter_unpack()

iter_unpack(buffer) Identical to the iter_unpack() function, using the compiled format. The buffer’s size in bytes must be a multiple of size. New in version 3.4.

xml.sax.handler.all_features

xml.sax.handler.all_features List of all features.

msvcrt.ungetwch()

msvcrt.ungetwch(unicode_char) Wide char variant of ungetch(), accepting a Unicode value.

tkinter.tix.NoteBook

class tkinter.tix.NoteBook The NoteBook widget can be used to display many windows in a limited space using a notebook metaphor. The notebook is divided into a stack of pages. At one time only one of these pages can be shown. The user can navigate through these pages by choosing the visual “tabs” at the top of the NoteBook widget.

select.devpoll.closed

devpoll.closed True if the polling object is closed. New in version 3.4.

xml.parsers.expat.xmlparser.CurrentColumnNumber

xmlparser.CurrentColumnNumber Current column number in the parser input.

re.regex.sub()

regex.sub(repl, string, count=0) Identical to the sub() function, using the compiled pattern.

http.client.BadStatusLine

exception http.client.BadStatusLine A subclass of HTTPException. Raised if a server responds with a HTTP status code that we don’t understand.