python-hyper / python-hyper/rfc3986
normalisation of urls containing non-ascii domains is broken and loses data
Đang mở
@sethmlarson đang làm issue này rồi.
Từ ngày 4/2/2019.
- Ngôn ngữ chính
- Python
- Star
- 189
- Fork
- 38
- Merge trung bình
- 13 giờ 36 phút
- Pull request đã merge (30 ngày)
- 1
Mô tả
Initial parsing works:
>>> rfc3986.uri_reference('http://æåëý.com/path?query#fragment')
URIReference(scheme='http', authority='æåëý.com', path='/path', query='query', fragment='fragment')
Subsequent normalisation silently loses data:
>>> rfc3986.uri_reference('http://æåëý.com/path?query#fragment').normalize()
URIReference(scheme='http', authority=None, path='/path', query='query', fragment='fragment')
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Đánh giá
Issue này chưa được đánh giá.