I have an Open Source application installed on my system, designed in python, now I am trying to insert a date older then 1900, it results in an error **Year Out Of Range**
Now I am thinking to resolve it so that it will allow me to store any date from 1000 - 9999 years. Is this error due to python or because of my application, any suggestions and solutions will be highly appreciated.
This is a reported python bug. A patch is available at that address.