Project Information
About this project:
This is the Python standard Error optimization.project ("pybettererror")
This project was registered on SourceForge.net on Dec 28, 2009. This small module goal is to make the debugging tool of python shell even better. By replacing a single method in the module sys, pybettererror insert in the traceback output, a direct link to the file and line number targeted by traceback information. Standard error traceback are more powerful with bettererror. It save you time. We always have to open some file related to the traceback informations, and scroll to the line in question anyway. So this module do it for you.
I used that code for many years. Someone could tell it's hacking into Python core. Yes it is. Python is made to grow with time, to be modified, enhanced, changed and played with. Thats the hole concept of Open Source software.
About SourceForge.net:
SourceForge.net is the world's largest provider of hosting for Open Source software development projects. SourceForge.net provides a variety of services to projects, including a download mirror network, collaborative development tools (like CVS and Subversion), and tools to support discussion and support. These services are provided to projects and their end-users free-of-charge.
About Open Source:
Of benefit to users, Open Source software is licensed so you can download and use the software free-of-charge. The source code for this software is made available free-of-charge, you (or a programmer you hire) can make changes to this software to better meet your needs, and you can release your changed code back to the community passing the benefit on to other users.
The exact license terms used by this project on their project summary page and in the licensing documents included in their downloads.