<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Ehren</author_name>
  <author_url>https://blog.hatena.ne.jp/Ehren/</author_url>
  <blog_title>Keep on moving</blog_title>
  <blog_url>https://masahito.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>app version Python 3.11 rc1 本日試す機能 本日試すのはこちら。 PEP 657: Enhanced error locations in tracebacks 「トレースバックのエラー位置の改善」とでも訳すのがよさそう。 対応するPEP peps.python.org 試してみたコード from dataclasses import dataclass @dataclass class Point: x: int y: int def manhattan_distance(p1, p2): return abs(p1.x - p2.x) + abs(p1.y - p…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmasahito.hatenablog.com%2Fentry%2F2022%2F09%2F25%2F163548&quot; title=&quot;Python 3.11の新機能試す(1) - トレースバックのエラー位置の改善 - Keep on moving&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-09-25 16:35:48</published>
  <title>Python 3.11の新機能試す(1) - トレースバックのエラー位置の改善</title>
  <type>rich</type>
  <url>https://masahito.hatenablog.com/entry/2022/09/25/163548</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
