Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85dacf7 commit e0e824dCopy full SHA for e0e824d
1 file changed
Doc/whatsnew/3.2.rst
@@ -373,7 +373,7 @@ module::
373
>>> sysconfig.get_config_var('SOABI') # find the version tag
374
'cpython-32mu'
375
>>> sysconfig.get_config_var('SO') # find the full filename extension
376
- 'cpython-32mu.so'
+ '.cpython-32mu.so'
377
378
.. seealso::
379
@@ -2199,7 +2199,7 @@ The :func:`~urllib.parse.urldefrag` function now returns a :term:`named tuple`::
2199
>>> r
2200
DefragResult(url='http://python.org/about/', fragment='target')
2201
>>> r[0]
2202
- 'http://python.org/about/
+ 'http://python.org/about/'
2203
>>> r.fragment
2204
'target'
2205
0 commit comments