[docutils:bugs] #491 Don't hardcode interpreter in utils/smartquotes.py
Günter Milde via Docutils-develop <[email protected]>
| Newsgroups | gmane.text.docutils.devel |
|---|---|
| Message-ID | </p/docutils/bugs/491/796a4a51de6be677731bbda730c8d20a9c2e7692.bugs@docutils.p.sourceforge.net> |
- **status**: open --> open-fixed - **Comment**: Fixed in [r9778]. Thank you for reporting. --- **[bugs:#491] Don't hardcode interpreter in utils/smartquotes.py** **Status:** open-fixed **Created:** Tue Jul 02, 2024 01:39 PM UTC by Ross Burton **Last Updated:** Tue Jul 02, 2024 01:39 PM UTC **Owner:** nobody The interpreter is hardcoded in smartquotes.py: https://sourceforge.net/p/docutils/code/HEAD/tree/trunk/docutils/docutils/utils/smartquotes.py Instead of using "/usr/bin/python3" directly, it's recommended to use "/usr/bin/env python3". --- Sent from sourceforge.net because [email protected] is subscribed to https://sourceforge.net/p/docutils/bugs/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/docutils/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.