-
# Steps to reproduce
Create a file with a hash in the name.
```
echo "a,b" >> "test#file.CSV"
echo "1,2" >> "test#file.CSV"
```
Try to read it with another tool:
```
head "test#file.CS…
-
BPO | [46870](https://bugs.python.org/issue46870)
--- | :---
Nosy | @orsenthil, @P0cas, @lafolle
*Note: these values reflect the state of the issue at the time it was migrated and might not reflect t…
-
I was not able to use a password that had `/` in it in sr3.
```
https://username:pass/word@example.com
```
I was using a plugin, so I was able to workaround it by using `%2F` in credentials.co…
-
BPO | [16909](https://bugs.python.org/issue16909)
--- | :---
Nosy | @orsenthil
Files | [urlparse_userinfo.diff](https://bugs.python.org/file28649/urlparse_userinfo.diff "Uploaded as text/plain at 2013…
-
# Bug report
### Bug description:
`urlparse` ignores the `scheme` parameter when determining what part of a URL is the path and hostname.
```
from urllib.parse import urlparse
# This should be pars…
-
when running demo-flask app we get the error
```python
ModuleNotFoundError: No module named 'urlparse'
```
How to fix:
Change the code at line 6
from:
`from urlparse import urlparse`
t…
-
I am currently switching from using `mypysql` to the `singlestore-python` client in order to get more granular type information when inspecting tables programmatically. In this instance I am using the…
-
StaSh v0.7.0 on python 3.6.1
Warning: you are running StaSh in python3. Some commands may not work correctly in python3.
Please help us improving StaSh by reporting bugs on github.
Tip: Use mc to a…
-
Example: `no_proxy=fe11::/16`
How to reproduce:
```
no_proxy=fe11::/16 python -c 'import httpx; c = httpx.Client()'
```
it will raise:
```
Traceback (most recent call last):
File "/usr/loc…
piamo updated
1 month ago
-
BPO | [28841](https://bugs.python.org/issue28841)
--- | :---
Nosy | @orsenthil, @ericvsmith, @bitdancer, @vadmium, @serhiy-storchaka, @iritkatriel
*Note: these values reflect the state of the issue a…