| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -880,7 +880,7 @@ SSL sockets also have the following additional methods and attributes: | |||
| 880 | 880 | ||
| 881 | 881 | The :meth:`~SSLSocket.read` and :meth:`~SSLSocket.write` methods are the | |
| 882 | 882 | low-level methods that read and write unencrypted, application-level data | |
| 883 | - and and decrypt/encrypt it to encrypted, wire-level data. These methods | ||
| 883 | + and decrypt/encrypt it to encrypted, wire-level data. These methods | ||
| 884 | 884 | require an active SSL connection, i.e. the handshake was completed and | |
| 885 | 885 | :meth:`SSLSocket.unwrap` was not called. | |
| 886 | 886 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -464,7 +464,7 @@ Snapshot | |||
| 464 | 464 | ||
| 465 | 465 | All inclusive filters are applied at once, a trace is ignored if no | |
| 466 | 466 | inclusive filters match it. A trace is ignored if at least one exclusive | |
| 467 | - filter matchs it. | ||
| 467 | + filter matches it. | ||
| 468 | 468 | ||
| 469 | 469 | ||
| 470 | 470 | .. classmethod:: load(filename) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2076,7 +2076,7 @@ using ``-Wd``). | |||
| 2076 | 2076 | Deprecations in the Python API | |
| 2077 | 2077 | ------------------------------ | |
| 2078 | 2078 | ||
| 2079 | - * As mentioned in :ref:`whatsnew-pep-451`, a number of :mod:`importilb` | ||
| 2079 | + * As mentioned in :ref:`whatsnew-pep-451`, a number of :mod:`importlib` | ||
| 2080 | 2080 | methods and functions are deprecated: :meth:`importlib.find_loader` is | |
| 2081 | 2081 | replaced by :func:`importlib.util.find_spec`; | |
| 2082 | 2082 | :meth:`importlib.machinery.PathFinder.find_module` is replaced by | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -224,7 +224,7 @@ | |||
| 224 | 224 | 'spades': 0x2660, # black spade suit, U+2660 ISOpub | |
| 225 | 225 | 'sub': 0x2282, # subset of, U+2282 ISOtech | |
| 226 | 226 | 'sube': 0x2286, # subset of or equal to, U+2286 ISOtech | |
| 227 | - 'sum': 0x2211, # n-ary sumation, U+2211 ISOamsb | ||
| 227 | + 'sum': 0x2211, # n-ary summation, U+2211 ISOamsb | ||
| 228 | 228 | 'sup': 0x2283, # superset of, U+2283 ISOtech | |
| 229 | 229 | 'sup1': 0x00b9, # superscript one = superscript digit one, U+00B9 ISOnum | |
| 230 | 230 | 'sup2': 0x00b2, # superscript two = superscript digit two = squared, U+00B2 ISOnum | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1968,7 +1968,7 @@ Core and Builtins | |||
| 1968 | 1968 | change also applies to bytes.splitlines and bytearray.splitlines. | |
| 1969 | 1969 | ||
| 1970 | 1970 | - Issue #7732: Don't open a directory as a file anymore while importing a | |
| 1971 | - module. Ignore the direcotry if its name matchs the module name (e.g. | ||
| 1971 | + module. Ignore the directory if its name matches the module name (e.g. | ||
| 1972 | 1972 | "__init__.py") and raise a ImportError instead. | |
| 1973 | 1973 | ||
| 1974 | 1974 | - Issue #13021: Missing decref on an error path. Thanks to Suman Saha for | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2692,7 +2692,7 @@ Library | |||
| 2692 | 2692 | - Issue #3015: _tkinter.create() now creates tkapp object with wantobject=1 by | |
| 2693 | 2693 | default. | |
| 2694 | 2694 | ||
| 2695 | - - Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr | ||
| 2695 | + - Issue #10203: sqlite3.Row now truly supports sequence protocol. In particular | ||
| 2696 | 2696 | it supports reverse() and negative indices. Original patch by Claudiu Popa. | |
| 2697 | 2697 | ||
| 2698 | 2698 | - Issue #18807: If copying (no symlinks) specified for a venv, then the python | |
| Back | FazBrowse Home | New Git URL |
0 commit comments