From 6b4be195cd8868b76eb6fbe166acc39beee8ce36 Mon Sep 17 00:00:00 2001 From: Eric Snow Date: Mon, 22 May 2017 21:36:03 -0700 Subject: bpo-22257: Small changes for PEP 432. (#1728) PEP 432 specifies a number of large changes to interpreter startup code, including exposing a cleaner C-API. The major changes depend on a number of smaller changes. This patch includes all those smaller changes. --- Lib/test/coding20731.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Lib/test/coding20731.py') diff --git a/Lib/test/coding20731.py b/Lib/test/coding20731.py index b0e227ad110..ca4962ee8ef 100644 --- a/Lib/test/coding20731.py +++ b/Lib/test/coding20731.py @@ -1,4 +1,4 @@ -#coding:latin1 - - - +#coding:latin1 + + + -- cgit v1.2.3