Commit 8f8960c
doc: fix the version tls.DEFAULT_CIPHERS was added
42be7f6 (originally included in 19.8.0
and later backported to 18.16.0) added documentation on how to use
`tls.DEFAULT_CIPHERS`.
However, that commit added the documentation with the version specified
as `REAPLCEME`, causing the published documentation to state that
`tls.DEFAULT_CIPHERS` was added in 19.8.0 and 18.16.0, which is
incorrect - that commit states that `tls.DEFAULT_CIPHERS` already
existed, and the only thing it added was an explanation on how to use
it.
In fact, by examining the git log, it can be seen that
`tls.DEFAULT_CIPHERS` was added by commit
af80e7b, which was included in 0.11.3.
Fixes: #59246
PR-URL: #59247
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>1 parent 9e76089 commit 8f8960c
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2427 | 2427 | | |
2428 | 2428 | | |
2429 | 2429 | | |
2430 | | - | |
2431 | | - | |
2432 | | - | |
| 2430 | + | |
2433 | 2431 | | |
2434 | 2432 | | |
2435 | 2433 | | |
| |||
0 commit comments