| Server IP : 118.27.122.248 / Your IP : 216.73.217.130 Web Server : Apache System : Linux web0264.sh.tyo1 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64 User : c9415830 ( 11735) PHP Version : 8.4.17 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python36/lib64/python3.6/test/__pycache__/ |
Upload File : |
3
�w2_� � @ s� d dl Z d dlmZmZmZmZmZmZ d dlZd dl Z d dl
Z
d dlZd dlZG dd� de j
�ZG dd� d�ZG dd� dee j
�ZG d d
� d
ee j
�Zedkr�e j� dS )� N)�TESTFN�unlink�unload�rmtree�
script_helper�captured_stdoutc @ s| e Zd Zdd� Zdd� Zdd� Zdd� Zd d
� Zdd� Zd
d� Z dd� Z
dd� Zdd� Zdd� Z
dd� Zdd� Zdd� ZdS )�MiscSourceEncodingTestc C s( | j djd�d� | j djd�d� d S )Nu
Питонzutf-8s
Питонu \Пs \П)�assertEqual�encode)�self� r �>/opt/alt/python36/lib64/python3.6/test/test_source_encoding.py�test_pep263
s z"MiscSourceEncodingTest.test_pep263c C s. t ddd�}i }t||� | j|d d� d S )Ns
# coding: utf-8
u = 'ó'
�dummy�exec�u� ó)�compiler r )r �c�dr r r
�test_compilestring s
z)MiscSourceEncodingTest.test_compilestringc C sN yt ddd� W n0 tk
r@ } z| j|jd� W Y d d }~X n
X | j� d S )Ns # coding: cp932
print '�N'r r u print '年'
)r �SyntaxErrorr �textZfail)r �vr r r
�test_issue2301 s
z%MiscSourceEncodingTest.test_issue2301c C s. t ddd�}i }t||� | j|d d� d S )Nu # coding=latin-1
Æ = 'Æ'r r � Æ)r r r )r r r r r r
�test_issue4626&