From: Günter M. <mi...@us...> - 2024-07-27 09:05:05
|
- **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 doc...@li... 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. |