1e01f4f8cc
`description()` is soft-deprecated and can differ from `to_string()`. For example for NotFound error: * `description()`: "entity not found" * `to_string()`: "No such file or directory (os error 2)" Since io errors provide their error code through the Display trait there is no need to get it through `raw_os_error()`. |
||
---|---|---|
.. | ||
ui | ||
common.rs | ||
test_arithmetics.rs | ||
test_buffer_protocol.rs | ||
test_class_basics.rs | ||
test_class_new.rs | ||
test_compile_error.rs | ||
test_datetime.rs | ||
test_dict_iter.rs | ||
test_dunder.rs | ||
test_exceptions.rs | ||
test_gc.rs | ||
test_getter_setter.rs | ||
test_inheritance.rs | ||
test_methods.rs | ||
test_module.rs | ||
test_pyself.rs | ||
test_sequence.rs | ||
test_variable_arguments.rs | ||
test_various.rs |