pypa / readme_renderer

Safely render long_description/README files in Warehouse
Apache License 2.0
157 stars 88 forks source link

Replace the deprecated unescape(), fixing a warning #137

Closed thicolares closed 5 years ago

thicolares commented 5 years ago

.../Workspace/readme_renderer/readme_renderer/markdown.py:102: DeprecationWarning: The unescape method is deprecated and will be removed in 3.5, use html.unescape() instead.

thicolares commented 5 years ago

Oops.. I have not tested for 2.7 indeed

thicolares commented 5 years ago

I intend to look for a solution

thicolares commented 5 years ago

Sorry about the mess. I'll start it over