We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0755e8 commit 073d3c4Copy full SHA for 073d3c4
rust/src/python/parsing.rs
@@ -7,6 +7,8 @@ use pyo3::types::PyTime;
7
use crate::parsing::Parser;
8
use crate::python::types::{Duration, FixedTimezone};
9
10
+// TODO: pyO3 v0.23 deprecates `ToPyObject`, function below must be migrated as per
11
+// https://pyo3.rs/v0.23.0/migration
12
#[allow(deprecated)]
13
#[pyfunction]
14
pub fn parse_iso8601(py: Python, input: &str) -> PyResult<PyObject> {
0 commit comments