gqylpy / exceptionx

The `exceptionx` is a flexible and convenient Python exception handling library that allows you to dynamically create exception classes and provides various exception handling mechanisms.
http://gqylpy.com
MIT License
118 stars 1 forks source link

4.1.1 #7

Closed 2018-11-27 closed 3 months ago

2018-11-27 commented 3 months ago
  1. The time parameter in Retry supports passing in the format of unit time (e.g., "1h2m3s").
  2. Optimize a small amount of other code.

  3. Retry 中的时间参数支持以单位时间(如 "1h2m3s")的格式传递。
  4. 优化其它少量代码。