modified: Lib/ctypes/test/test_unicode.py
modified: Misc/ACKS
new file: Misc/NEWS.d/next/Library/2019-05-23-15-57-36.bpo-36713.sjPhnf.rst
func.argtypes = None
func.restype = ctypes.c_int
- def test_ascii_replace(self):
+ def test_ascii_strict(self):
func = self.func
ctypes.set_conversion_mode("ascii", "strict")
self.assertEqual(func("abc"), "abc")
Chris Angelico
Jérémy Anger
Jon Anglin
+Michele Angrisano
Ankur Ankan
Heidi Annexstad
Ramchandra Apte
--- /dev/null
+Rename the :meth:`test_ascii_replace` to :meth:`test_ascii_strict`.