Opened at 2021-04-12T14:21:22Z
Closed at 2021-04-16T15:20:23Z
#3675 closed defect (fixed)
BytesWarning isn't always being turned into errors
Reported by: | itamarst | Owned by: | itamarst |
---|---|---|---|
Priority: | normal | Milestone: | Support Python 3 |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
Had a BytesWarning? in 2554112045b850764a728124b7cba966eca6aacc when I ran tests with python -b, and yet... tests passed. The warning was printed, but this should cause tests to fail.
Change History (1)
comment:1 Changed at 2021-04-16T15:20:23Z by GitHub <noreply@…>
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 31e64d2/trunk: