简体   繁体   English

年份超出Python范围?

[英]Year Out Of Range In Python?

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. 我在我的系统上安装了一个开源应用程序,用python设计,现在我试图插入一个早于1900的日期,它会导致错误**Year Out Of Range**现在我想解决它以便它允许我存储1000 - 9999年的任何日期。 Is this error due to python or because of my application, any suggestions and solutions will be highly appreciated. 这个错误是由于python还是因为我的应用程序,任何建议和解决方案都将受到高度赞赏。

This is a reported python bug . 这是一个报告的python bug A patch is available at that address. 该地址提供补丁。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM