Marco Ricci commited on 2026-08-29 18:03:13
Zeige 1 geänderte Dateien mit 4 Einfügungen und 4 Löschungen.
- The `"correctness"/"regression" split` phrase does not break
properly in the browser when used with quotes. The browser appears
to have trouble finding the word boundaries in this case.
- The entry for the introduction of SSH agent socket providers
mentions that an Annoying OS-specific provider is yet to be written,
even though two entries further down, that same socket provider is
being introduced.
| ... | ... |
@@ -76,8 +76,8 @@ specifically marked as such.) |
| 76 | 76 |
stubbed property-based tests without too much writing effort. |
| 77 | 77 |
|
| 78 | 78 |
Other test suite improvements are not primarily based on the |
| 79 |
- "correctness"/"regression" split, but nonetheless should make the test |
|
| 80 |
- suite faster and/or easier to use: |
|
| 79 |
+ correctness/regression split, but nonetheless should make the test suite |
|
| 80 |
+ faster and/or easier to use: |
|
| 81 | 81 |
|
| 82 | 82 |
- SSH agent configurations and built-in SSH agent socket providers are |
| 83 | 83 |
now stored as an enum. |
| ... | ... |
@@ -115,8 +115,8 @@ specifically marked as such.) |
| 115 | 115 |
agent: "SSH agent socket providers". |
| 116 | 116 |
Reframe the existing code for connecting to SSH agents on UNIX as |
| 117 | 117 |
a standard socket provider, and reserve a second standard socket |
| 118 |
- provider, yet to be written, for <abbr title="Microsoft Windows">The |
|
| 119 |
- Annoying OS</abbr>.[^the-annoying-os] |
|
| 118 |
+ provider, introduced in this version, for |
|
| 119 |
+ <abbr title="Microsoft Windows">The Annoying OS</abbr>.[^the-annoying-os] |
|
| 120 | 120 |
|
| 121 | 121 |
(The system is based on Python package [entry |
| 122 | 122 |
points][importlib.metadata.entry_points], and is open for third-party |
| 123 | 123 |